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.

Public Constructors

 NameDescription
Public ConstructorTocLayer Constructor Constructor.  
Top

Public Properties

 NameDescription
Public PropertyAllowVisibilityChange Sets a flag on whether the layer visibility can change.  
Public PropertyID The ID of the layer represented by the TocLayer.  
Public PropertyLayerName The name of the layer represented by the TocLayer.  
Public PropertyMaximumScale The maximum scale (highest resolution) that the layer is visible.  
Public PropertyMinimumScale The minimum scale (lowest resolution) that the layer is visible.  
Public PropertyName 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.  
Public PropertyTocLayerCount The number of TocLayer objects in this TocLayer.  
Public PropertyTocSymbolGroupCount The number of TocSymbolGroup objects in this TocLayer.  
Public PropertyVisible The visibility of the layer represented by the TocLayer.  
Top

Public Methods

 NameDescription
Public MethodAddTocLayer Add a new item to the collection.  
Public MethodAddTocSymbolGroup Add a new item to the collection.  
Public MethodClearTocLayers Clear all TocLayer objects in this TocLayer.  
Public MethodClearTocSymbolGroups Clear the TocSymbolGroup objects in this TocLayer.  
Public MethodFindTocLayerOverloaded.  Find the item in the collection with the given name.  
Public MethodFindTocSymbolGroup Find the item in the collection with the given name.  
Public MethodGetTocLayer The item at the given index in the collection.  
Public MethodGetTocLayers Get an enumerator for all the TocLayer objects in this TocLayer.  
Public MethodGetTocSymbolGroup The item at the given index in the collection.  
Public MethodGetTocSymbolGroups Get an enumerator for the TocSymbolGroup objects in this TocLayer.  
Public MethodInsertTocLayer Insert a TocLayer object into this TocLayer.  
Public MethodInsertTocSymbolGroup Insert a TocSymbolGroup object into this TocLayer.  
Public MethodRemoveTocLayer Remove the item from the collection.  
Public MethodRemoveTocSymbolGroup Remove the item from the collection.  
Public MethodVisibleAtScale Whether the TocLayer is visible at a particular scale.  
Top

See Also

© 2010 All Rights Reserved.