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

In This Topic
    PROJ_PDD_DEVICES_HIERARCHY(Int32) Property
    In This Topic
    Structure of the tree structure in the device navigators # 10094. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_PDD_DEVICES_HIERARCHY( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_PDD_DEVICES_HIERARCHY {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Specifies the layout of the project structure for the display in the tree view of the device navigators.

    See Also