Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_LINK_CHILD_NAME Property / DMPLAOBJECT_LINK_CHILD_NAME(Int32) Property

In This Topic
    DMPLAOBJECT_LINK_CHILD_NAME(Int32) Property
    In This Topic
    Linked segments: Name # 44063.
    Syntax
    public PropertyValue DMPLAOBJECT_LINK_CHILD_NAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_LINK_CHILD_NAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only. Property is indexed. Possible indexes are from 1 to 10.

    Shows at a segment which other segments are linked to this segment through a links. Up to 10 links can be differentiated by using the index. The complete designation of the linked segment is displayed as a value.

    See Also