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

In This Topic
    DMPLAOBJECT_IS_LINKED(Int32) Property
    In This Topic
    Is linked to higher-level segments # 44066. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DMPLAOBJECT_IS_LINKED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_IS_LINKED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is read-only..

    Shows whether the current segment is linked to different higher-level segments. The property can be used for filtering in the pre-planning navigator and in the reports for the pre-planning.

    See Also