API Help
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayerTable Class / FindElementsOnLayer Method
Array of Eplan.EplApi.DataModel.StorableObject which should be checked.
Layer to check.

In This Topic
    FindElementsOnLayer Method
    In This Topic
    Checks if elements exists on given layer.
    Syntax

    Parameters

    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.
    Exceptions
    ExceptionDescription
    Errors occurred during export. See the exception message for details.
    Remarks
    Method returns array of objects from given set which have the same layer as given to method.
    See Also