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

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

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    This property is read-only..

    Shows the trade specified in the function definition.

    See Also