ESRI.ArcGIS.Mobile
Layer Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile Namespace : Layer Class


The following tables list the members exposed by Layer.

Public Properties

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

Public Methods

 NameDescription
Public MethodGetExtentGets full extent of the layer.  
Public MethodInScaleRange Returns true if the Layer is visible at the specified scale.  
Public MethodToStringOverridden.  Overridden. Returns the name of the Layer.  
Top

Protected Methods

 NameDescription
Protected MethodOnClosing Broadcasts the Closing event.  
Protected MethodOnDataChanged Broadcasts the DataChanged event.  
Top

Public Events

 NameDescription
Public EventClosingOccurs when the layer is closing .  
Public 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