API Help
Eplan.EplApi.DataModel Namespace / Page Class / AllGraphicalPlacements Property

AllGraphicalPlacements Property
All Eplan.EplApi.DataModel.Graphics.GraphicalPlacements placed on this page. They are not filtered. This method does not return embedded objects (like for example Eplan.EplApi.DataModel.Graphics.Shielding).
Syntax
public GraphicalPlacement[] AllGraphicalPlacements {get;}

Property Value

All GraphicalPlacements from the page.
Exceptions
ExceptionDescription
Thrown when the page is transient.
See Also