API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_BASEDEFINITIONDISPLAYNAME Property / DMPLAOBJECT_BASEDEFINITIONDISPLAYNAME(Int32) Property

In This Topic
    DMPLAOBJECT_BASEDEFINITIONDISPLAYNAME(Int32) Property
    In This Topic
    Basic segment definition: Displayed name # 44042. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DMPLAOBJECT_BASEDEFINITIONDISPLAYNAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_BASEDEFINITIONDISPLAYNAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

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

    This property is read-only..

    Displayed name of the basic segment definition, e.g., "Structure segment" or "Planning object".

    See Also