Eplan Platform API
Eplan.EplApi.DataModel Namespace / Page Class / AllFirstLevelPlacements Property

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

Property Value

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