ESRI.ArcGIS.ADF.Web | |
TocLayer Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web Namespace : TocLayer Class |
The following tables list the members exposed by TocLayer.
Name | Description | |
---|---|---|
TocLayer Constructor | Constructor. |
Name | Description | |
---|---|---|
AllowVisibilityChange | Sets a flag on whether the layer visibility can change. | |
ID | The ID of the layer represented by the TocLayer. | |
LayerName | The name of the layer represented by the TocLayer. | |
MaximumScale | The maximum scale (highest resolution) that the layer is visible. | |
MinimumScale | The minimum scale (lowest resolution) that the layer is visible. | |
Name | The unique name of a TocLayer that identifies it in a collection of TocLayer objects. If there are two layers with the same name, the Name property of the layer added second is modified to make it unique. | |
TocLayerCount | The number of TocLayer objects in this TocLayer. | |
TocSymbolGroupCount | The number of TocSymbolGroup objects in this TocLayer. | |
Visible | The visibility of the layer represented by the TocLayer. |
Name | Description | |
---|---|---|
AddTocLayer | Add a new item to the collection. | |
AddTocSymbolGroup | Add a new item to the collection. | |
ClearTocLayers | Clear all TocLayer objects in this TocLayer. | |
ClearTocSymbolGroups | Clear the TocSymbolGroup objects in this TocLayer. | |
FindTocLayer | Overloaded. Find the item in the collection with the given name. | |
FindTocSymbolGroup | Find the item in the collection with the given name. | |
GetTocLayer | The item at the given index in the collection. | |
GetTocLayers | Get an enumerator for all the TocLayer objects in this TocLayer. | |
GetTocSymbolGroup | The item at the given index in the collection. | |
GetTocSymbolGroups | Get an enumerator for the TocSymbolGroup objects in this TocLayer. | |
InsertTocLayer | Insert a TocLayer object into this TocLayer. | |
InsertTocSymbolGroup | Insert a TocSymbolGroup object into this TocLayer. | |
RemoveTocLayer | Remove the item from the collection. | |
RemoveTocSymbolGroup | Remove the item from the collection. | |
VisibleAtScale | Whether the TocLayer is visible at a particular scale. |