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

In This Topic
    SYMB_NAME(Int32) Property
    In This Topic
    Name # 16000. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue SYMB_NAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMB_NAME {
       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..

    Identifying designation of the symbol, i.e. the identifier letter according to a standard.

    See Also