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

AllPlacements Property
All Placements, placed on this page. Groups are ungrouped and contained Placements are returned. They are not filtered. This method does not return embedded objects (like for example Eplan.EplApi.DataModel.Graphics.Shielding). This method does not return Eplan.EplApi.DataModel.Graphics.PropertyPlacement.
Syntax
public Placement[] AllPlacements {get;}

Property Value

All Placements from the page, without Groups.
Exceptions
ExceptionDescription
Thrown when the page is transient.
See Also