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

In This Topic
    DMPLAOBJECT_HAS_LINKS(Int32) Property
    In This Topic
    Has linked segments # 44067. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DMPLAOBJECT_HAS_LINKS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_HAS_LINKS {
       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 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