Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_USERPROPERTY_NAME Property / DMPLAOBJECT_USERPROPERTY_NAME(Int32) Property

In This Topic
    DMPLAOBJECT_USERPROPERTY_NAME(Int32) Property
    In This Topic
    User-defined property: Name # 44054.
    Syntax
    public PropertyValue DMPLAOBJECT_USERPROPERTY_NAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_USERPROPERTY_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

    This property is read-only. Property is indexed. Possible indexes are from 1 to 100.

    This property can be used in reports and displays the name of a user-defined property. Up to 100 properties can be differentiated by using the index.

    See Also