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

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

    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