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

In This Topic
    DMPLAOBJECTDEFINITION_PREFIX(Int32) Property
    In This Topic
    Segment definition: Preceding sign # 44045. This property isn't indexed.
    Syntax
    public PropertyValue DMPLAOBJECTDEFINITION_PREFIX( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECTDEFINITION_PREFIX {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Enter here the character that is displayed in front of the designation of a segment with this segment definition in the Full designation property. If this field is empty, a space is used by default.

    See Also