API Help
Eplan.EplApi.DataModel Namespace / SymbolReferencePropertyList Class / INSTANCE_USER_DEFINED_PROPERTYSET Property / INSTANCE_USER_DEFINED_PROPERTYSET(Int32) Property

In This Topic
    INSTANCE_USER_DEFINED_PROPERTYSET(Int32) Property
    In This Topic
    User-defined property arrangement: Name # 19008. This property isn't indexed.
    Syntax
    public PropertyValue INSTANCE_USER_DEFINED_PROPERTYSET( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ INSTANCE_USER_DEFINED_PROPERTYSET {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Internal property for the user-defined property arrangement specified on the component.

    See Also