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

In This Topic
    DMPLAOBJECTDEFINITION_NAME(Int32) Property
    In This Topic
    Segment definition: Displayed name # 44003. This property isn't indexed.
    Syntax
    public PropertyValue DMPLAOBJECTDEFINITION_NAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECTDEFINITION_NAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Displayed name of segment definition, e.g., "Planning object general".

    See Also