Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_IS_LINKED Property / DMPLAOBJECT_IS_LINKED Property

In This Topic
    DMPLAOBJECT_IS_LINKED Property
    In This Topic
    Is linked to superior segments # 44066.
    Syntax
    public PropertyValue DMPLAOBJECT_IS_LINKED {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_IS_LINKED {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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