public StorableObject[] FindElementsOnLayer( StorableObject[] elementsToCheck, GraphicalLayer oLayer )
public: array<StorableObject^>^ FindElementsOnLayer( array<StorableObject^>^ elementsToCheck, GraphicalLayer^ oLayer )
Parameters
| Parameter Name | Description |
|---|---|
| elementsToCheck | Array of Eplan.EplApi.DataModel.StorableObject which should be checked. |
| oLayer | Layer to check. |
Return Value
Array of objects with the same layer as given to method.