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

In This Topic
    INSTANCE_ACTIVE_PROPERTYSET(Int32) Property
    In This Topic
    Property arrangement # 19307. This property isn't indexed.
    Syntax
    public PropertyValue INSTANCE_ACTIVE_PROPERTYSET( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ INSTANCE_ACTIVE_PROPERTYSET {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Displays the name of the property arrangement set at the function / part placement. The property arrangement can also be assigned via this property.

    See Also