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

In This Topic
    FindLayerUsage Method
    In This Topic
    Get all objects from layer.
    Syntax
    public StorableObject[] FindLayerUsage( 
       GraphicalLayer oLayer
    )
    public:
    array<StorableObject^>^ FindLayerUsage( 
       GraphicalLayer^ oLayer
    ) 

    Parameters

    Parameter NameDescription
    oLayerLayer 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