ESRI.ArcGIS.Mobile
ILayer Interface Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile Namespace : ILayer Interface


The following tables list the members exposed by ILayer.

Public Properties

 NameDescription
 PropertyDataSource Gets the Layer DataSource.  
 PropertyName Gets or sets a string containing the name of the layer.  
 PropertyRenderers Gets the list of renderers for the Layer.  
 PropertyTransparencyGets the mapLayer transparency % value.  
Top

Public Methods

 NameDescription
 MethodGetExtent Gets the extent of the layer.  
Top

Public Events

 NameDescription
 EventClosing Occurs when the layer is closing.  
 EventDataChanged Occurs when data have been added to or removed from the Layer, or when the data gets updated in the Layer.  
Top

See Also