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

In This Topic
    DMPLAOBJECT_HAS_LINKS Property
    In This Topic
    Has linked segments # 44067.
    Syntax
    public PropertyValue DMPLAOBJECT_HAS_LINKS {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_HAS_LINKS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is read-only..

    Shows whether links to other segments exist below the current segment. The property can be used for filtering in the pre-planning navigator and in the reports for the pre-planning.

    See Also