API Help
Eplan.EplApi.DataModel.Planning Namespace / SegmentDefinitionPropertyList Class / DMPLAOBJECTDEFINITION_NO_STRUCTUREDELIMITER Property / DMPLAOBJECTDEFINITION_NO_STRUCTUREDELIMITER(Int32) Property

In This Topic
    DMPLAOBJECTDEFINITION_NO_STRUCTUREDELIMITER(Int32) Property
    In This Topic
    Structure identifiers without separators # 44033. This property isn't indexed.
    Syntax
    public PropertyValue DMPLAOBJECTDEFINITION_NO_STRUCTUREDELIMITER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECTDEFINITION_NO_STRUCTUREDELIMITER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    If this property is activated, same-type structure identifiers of nested segments are combined without separators.

    Example: A segment has the structure identifier "=A1" and the subordinate segment "=12". In the full designation of the subordinate segment, "=A112" is displayed if the property is activated; otherwise, "=A1.12".

    See Also