API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolLibrary Class / Project Property

In This Topic
Project Property (SymbolLibrary)
In This Topic
Returns the project the StorableObject belongs to.
Syntax
public override 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