MapLayer Methods |
The MapLayer type exposes the following members.
| Name | Description | |
|---|---|---|
| GetComponentByKey |
Returns a associate LayerElementComponent of the map layer by key.
| |
| GetList |
Gets IList of the current result datasource.
| |
| GetResultDataSource |
Returns the data source of result table.
| |
| HasClip |
Returns true if the MapLayer is clipped
| |
| RemoveClip |
Inherit the clip from the parent Map.
| |
| Reset |
Resets the settings of all layer elements.
| |
| ResetLocations |
Resets the locations of all layer elements.
| |
| SelectElements(String) |
Select elements using an array of keys.
| |
| SelectElements(IEnumerableLayerElement) |
Select elements using a LayerElement which implements IEnumerable.
| |
| SelectElements(IEnumerableLayerElementComponent) |
Select elements using a LayerElementComponent which implements IEnumerable.
| |
| SetClip(ClipOperation, IEnumerableLayerElement) |
Set the clip for this layer.
| |
| SetClip(ClipOperation, ListObject) |
Set the clip for this layer.
| |
| SetClip(ClipOperation, String) |
Set the clip for this layer.
|