Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayerTable Class / FindLayerUsage Method
Layer from which elements are returned.

FindLayerUsage Method
Get all objects from layer.
Syntax
public StorableObject[] FindLayerUsage( 
   GraphicalLayer oLayer
)

Parameters

oLayer
Layer from which elements are returned.

Return Value

Array of objects with given layer.
Exceptions
ExceptionDescription
Errors occurred during export. See the exception message for details.
See Also