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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Manually defined version number of the symbol.

    See Also