Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / FunctionDefinition Property

In This Topic
    FunctionDefinition Property (Function)
    In This Topic
    Returns the FunctionDefinition of the Function.
    Syntax
    public virtual FunctionDefinition FunctionDefinition {get; set;}
    public:
    virtual property FunctionDefinition^ FunctionDefinition {
       FunctionDefinition^ get();
       void set (    FunctionDefinition^ value);
    }

    Property Value

    Function's FunctionDefinition or NULL if Function doesn't have FunctionDefinition.
    See Also