API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolPropertyList Class / SYMB_NR Property / SYMB_NR(Int32) Property

In This Topic
    SYMB_NR(Int32) Property
    In This Topic
    Number # 16002. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue SYMB_NR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMB_NR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    Symbol number, indicates the position of the symbol in the symbol library.

    See Also