Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / CreateLocation Method / CreateLocation(Hierarchy,String,LocationRelativePosition,String) Method
Hierarchy identifier
Location name \- properties as string
Relative position \- determines the position of created location in correspondence to existing location.
Existing location.

In This Topic
    CreateLocation(Hierarchy,String,LocationRelativePosition,String) Method
    In This Topic
    Creates location in the given hierarchy, and places it in position eRelPos relatively to the existing location strRelativeLocation.
    Syntax

    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.
    See Also