API Help
Eplan.EplApi.DataModel Namespace / FunctionBasePropertyList Class / DESIGNATION_FULLSUBUSERDEFINED Property / DESIGNATION_FULLSUBUSERDEFINED(Int32) Property

In This Topic
    DESIGNATION_FULLSUBUSERDEFINED(Int32) Property
    In This Topic
    User-defined structure (sub-identifier, complete) # 1621. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DESIGNATION_FULLSUBUSERDEFINED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DESIGNATION_FULLSUBUSERDEFINED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Provides the full name of the user-defined structure with all the sub-identifiers.

    See Also