NShape Reference
Remove Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced > ILayerCollection Interface >

NShape Reference
Remove Method

Previous pageReturn to chapter overviewNext page

Returns all layers given their id's.

Syntax

public IEnumerable<Layer>GetLayers(LayerIds layerIds)

Description

Retrieve all Layer instances associated with the given combination of LayerIds.

Parameters

Name

Description

layerIds

Id of the layer to find.

Exceptions

Exception

Condition

ItemNotFoundException

A Layer with the specified LayerIds value was not found in the collection.