API Help
Eplan.EplApi.DataModel.Planning Namespace / SegmentTemplatePropertyList Class / DMPLASPECIFICATION_DESCRIPTION Property / DMPLASPECIFICATION_DESCRIPTION(Int32) Property

In This Topic
    DMPLASPECIFICATION_DESCRIPTION(Int32) Property
    In This Topic
    Segment template: Description # 44049. This property isn't indexed.
    Syntax
    public PropertyValue DMPLASPECIFICATION_DESCRIPTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLASPECIFICATION_DESCRIPTION {
       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 the segment template.

    See Also