API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_USERPROPERTY_VALUE Property / DMPLAOBJECT_USERPROPERTY_VALUE Property

In This Topic
    DMPLAOBJECT_USERPROPERTY_VALUE Property
    In This Topic
    User-defined property: Value # 44055.
    Syntax
    public PropertyValue DMPLAOBJECT_USERPROPERTY_VALUE {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_USERPROPERTY_VALUE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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 value of the associated user-defined property with the same index. Up to 100 properties can be differentiated by using the index.

    See Also