API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / DESIGNATION_USERDEFINED_SUB9_DESCR Property / DESIGNATION_USERDEFINED_SUB9_DESCR(Int32) Property

In This Topic
    DESIGNATION_USERDEFINED_SUB9_DESCR(Int32) Property
    In This Topic
    User-defined structure (Sub-identifier 9): Description # 1639. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DESIGNATION_USERDEFINED_SUB9_DESCR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DESIGNATION_USERDEFINED_SUB9_DESCR {
       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..

    See Also