Click or drag to resize

MapLayer Methods

The MapLayer type exposes the following members.

Methods
  NameDescription
Public methodGetComponentByKey
Returns a associate LayerElementComponent of the map layer by key.
Public methodGetList
Gets IList of the current result datasource.
Public methodGetResultDataSource
Returns the data source of result table.
Public methodHasClip
Returns true if the MapLayer is clipped
Public methodRemoveClip
Inherit the clip from the parent Map.
Public methodReset
Resets the settings of all layer elements.
Public methodResetLocations
Resets the locations of all layer elements.
Public methodSelectElements(String)
Select elements using an array of keys.
Public methodSelectElements(IEnumerableLayerElement)
Select elements using a LayerElement which implements IEnumerable.
Public methodSelectElements(IEnumerableLayerElementComponent)
Select elements using a LayerElementComponent which implements IEnumerable.
Public methodSetClip(ClipOperation, IEnumerableLayerElement)
Set the clip for this layer.
Public methodSetClip(ClipOperation, ListObject)
Set the clip for this layer.
Public methodSetClip(ClipOperation, String)
Set the clip for this layer.
Top
See Also