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

In This Topic
    DMPLAOBJECT_ALLSTRUCTUREPARTS Property
    In This Topic
    Structure identifier (Segment) # 44032.
    Syntax
    public PropertyValue DMPLAOBJECT_ALLSTRUCTUREPARTS {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_ALLSTRUCTUREPARTS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Specifies all structure identifiers including preceding sign entered at the structure segment or planning object, provided they have a value. No preceding sign is displayed for empty structure identifiers. For example, instead of the string "==A1+-", only "==A1" is displayed.

    See Also