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

In This Topic
    DMPLAOBJECTDEFINITION_DISPLAYNAME_FORMAT(Int32) Property
    In This Topic
    Display format: Segment name # 44002. This property isn't indexed.
    Syntax
    public PropertyValue DMPLAOBJECTDEFINITION_DISPLAYNAME_FORMAT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECTDEFINITION_DISPLAYNAME_FORMAT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Format for displayed name, define at the segment definition, and displayed at the planning objects / structure segments.

    See Also