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

In This Topic
    Project Property (FunctionDefinition)
    In This Topic
    Returns the project the StorableObject belongs to.
    Syntax
    public override Project Project {get;}
    public:
    property Project^ Project {
       Project^ get() override;
    }

    Property Value

    the project the StorableObject belongs to,

    nullwhen the StorableObject is transient or StorableObject does not belong to project's objects (PropertyPlacement with Default schema).

    See Also