API Help
Eplan.EplApi.MasterData Namespace / MDSymbol Class / FunctionDefinitionId Property

In This Topic
    FunctionDefinitionId Property (MDSymbol)
    In This Topic
    FunctionDefinition's ID.
    Syntax
    public short FunctionDefinitionId {get; set;}
    public:
    property short FunctionDefinitionId {
       short get();
       void set (    short value);
    }

    Property Value

    ID of FunctionDefinition as integer value.
    See Also