Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / FunctionDefinition Property

In This Topic
    FunctionDefinition Property (Placement3D)
    In This Topic
    Returns the Eplan.EplApi.DataModel.FunctionDefinition of the Placement3D.
    Syntax
    public FunctionDefinition FunctionDefinition {get; set;}
    public:
    property FunctionDefinition^ FunctionDefinition {
       FunctionDefinition^ get();
       void set (    FunctionDefinition^ value);
    }

    Property Value

    Placement3D's Eplan.EplApi.DataModel.FunctionDefinition or NULL if Placement3D doesn't have FunctionDefinition.
    See Also