API Help
Eplan.EplApi.DataModel Namespace / Pin Class / FunctionDefinition Property

In This Topic
    FunctionDefinition Property (Pin)
    In This Topic
    A FunctionDefinition object that this connection point belongs to.
    Syntax
    public FunctionDefinition FunctionDefinition {get;}
    public:
    property FunctionDefinition^ FunctionDefinition {
       FunctionDefinition^ get();
    }
    Remarks
    Returns NULL if this Pin object has not been obtained from a FunctionDefinition object.
    See Also