API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_TREELEVEL Property / DMPLAOBJECT_TREELEVEL(Int32) Property

In This Topic
    DMPLAOBJECT_TREELEVEL(Int32) Property
    In This Topic
    Level in tree # 44026. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DMPLAOBJECT_TREELEVEL( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_TREELEVEL {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    Indicates the hierarchy level of the planning object or structure segment in the tree view of the pre-planning navigator. The top level (directly below the project) has the value "1"; for the levels below, the value is incremented.

    See Also