ArcGIS API for WPF - Library Reference
Layer Class Members
See Also  Fields  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client Namespace : Layer Class


The following tables list the members exposed by Layer.

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)EffectPropertyIdentifies the Effect dependency property.  
public Fieldstatic (Shared in Visual Basic)IDPropertyIdentifies the ID dependency property  
public Fieldstatic (Shared in Visual Basic)MaximumResolutionPropertyIdentifies the MaximumResolution dependency property  
public Fieldstatic (Shared in Visual Basic)MinimumResolutionPropertyIdentifies the MinimumResolution dependency property  
public Fieldstatic (Shared in Visual Basic)OpacityPropertyIdentifies the Opacity dependency property  
public Fieldstatic (Shared in Visual Basic)VisiblePropertyIdentifies the Visible dependency property  
Top

Public Properties

 NameDescription
public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
public PropertyEffectGets or sets the pixel shader effect to use for rendering this Layer.  
public PropertyFullExtent The full extent of the layer  
public PropertyID Gets or sets the layer ID  
public PropertyInitializationFailure Gets or sets the initialization failure if the initialization failed.  
public PropertyIsInitialized Returns true if the layer has been initialized.  
public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
public PropertyMaximumResolution Gets or sets the maximum resolution (map units per pixel) where this layer is visible.  
public PropertyMinimumResolution Gets or sets the minimum resolution (map units per pixel) where this layer is visible.  
public PropertyOpacity Gets or sets the layer opacity  
public PropertySpatialReference Gets the default spatial reference of the layer.  
public PropertyVisible Gets or sets the visibility of the layer  
Top

Public Methods

Protected Methods

 NameDescription
protected MethodCancel Stops loading of any pending images  
protected MethodOnLayerChanged Notifies the map that the layer has changed and requires a redraw.  
protected MethodOnMapChangedOverride to know when a layer's Layer.Map property changes.  
protected MethodOnPropertyChangedOverloaded. Raises the Layer.PropertyChanged event.  
Top

Public Events

 NameDescription
public EventInitializationFailed Raised when the layer has been initialized and encountered a problem.  
public EventInitialized Raised when the layer has been initialized  
public EventPropertyChanged Property changed event  
Top

See Also

© ESRI, Inc. All Rights Reserved.