API Help
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_HIERARCHY_PLANT Property / PROJ_HIERARCHY_PLANT(Int32) Property

In This Topic
    PROJ_HIERARCHY_PLANT(Int32) Property
    In This Topic
    Project structure: Higher-level function # 10002. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_HIERARCHY_PLANT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_HIERARCHY_PLANT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Project structure for the higher-level function, identified by "=".

    See Also