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

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

    Property Value

    The project to which the StorableObject belongs,

    NULL if the StorableObject is transient or if the StorableObject does not belong to the objects of the project (PropertyPlacement with default scheme).

    See Also