API Help
Eplan.EplApi.DataModel Namespace / Project Class / GetLocationObjects Method / GetLocationObjects(Hierarchy) Method
Location hierarchy

In This Topic
    GetLocationObjects(Hierarchy) Method
    In This Topic
    Returns array of project's location objects for given hierarchy type (PLANT, LOCATION etc.)
    Syntax
    public Location[] GetLocationObjects( 
       Project.Hierarchy type
    )
    public:
    array<Location^>^ GetLocationObjects( 
       Project.Hierarchy type
    ) 

    Parameters

    type
    Location hierarchy

    Return Value

    Location objects.
    See Also