public bool CreateLocation( Project.Hierarchy eHierarchy, string strProps, Project.LocationRelativePosition eRelPos, string strExistingLocation )
public: bool CreateLocation( Project.Hierarchy eHierarchy, String^ strProps, Project.LocationRelativePosition eRelPos, String^ strExistingLocation )
Parameters
- eHierarchy
- Hierarchy identifier
- strProps
- Location name \- properties as string
- eRelPos
- Relative position \- determines the position of created location in correspondence to existing location.
- strExistingLocation
- Existing location.
Return Value
True if location was created.