ArcGIS Runtime SDK for WPF - Library Reference
Layer Class Members
See Also  Fields  Properties  Methods  Events
ESRI.ArcGIS.Client Namespace : Layer Class


The following tables list the members exposed by Layer.

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)DisplayNamePropertyIdentifies the DisplayName dependency property  
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)ShowLegendPropertyIdentifies the ShowLegend dependency property  
public Fieldstatic (Shared in Visual Basic)VisiblePropertyIdentifies the Visible dependency property  
public Fieldstatic (Shared in Visual Basic)VisibleTimeExtentPropertyIdentifies the VisibleTimeExtent dependency property.  
Top

Public Properties

 NameDescription
public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
public PropertyDisplayNameGets or sets the display name. Display name is used in printing and legend control.  
public PropertyEffectGets or sets the pixel shader effect to use for rendering this Layer.  
public PropertyFullExtentThe full extent of the layer  
public PropertyIDGets or sets the layer ID  
public PropertyInitializationFailureGets or sets the initialization failure if the initialization failed.  
public PropertyIsInitializedReturns true if the layer has been initialized.  
public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
public PropertyMaximumResolutionGets or sets the maximum resolution (map units per pixel) where this layer is visible.  
public PropertyMinimumResolutionGets or sets the minimum resolution (map units per pixel) where this layer is visible.  
public PropertyOpacityGets or sets the layer opacity  
public PropertyShowLegendGets or sets a value indicating whether to show legend.  
public PropertySpatialReferenceGets the default spatial reference of the layer.  
public PropertyVisibleGets or sets the visibility of the layer  
public PropertyVisibleTimeExtentGets or sets the time extent where this layer is visible.  
Top

Public Methods

 NameDescription
public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodEquals (Inherited from System.Windows.DependencyObject)
public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodInitializeInitializes the resource.  
public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

 NameDescription
protected MethodCancelStops loading of any pending images  
protected MethodOnLayerChangedNotifies the map that the layer has changed and requires a redraw.  
protected MethodOnLoadedOccurs when this layer is rendered.  
protected MethodOnMapChangedOverride to know when a layer's Map property changes.  
protected MethodOnPropertyChangedOverloaded. Raises the PropertyChanged event.  
protected MethodOnUnloadedOccurs when this layer is no longer connected to the main object tree.  
Top

Public Events

 NameDescription
public EventInitializationFailedThis Event fires when a Layer has been initialized and has encountered a problem.  
public EventInitializedRaised when the layer has been initialized  
public EventPropertyChangedProperty changed event  
Top

See Also

© ESRI, Inc. All Rights Reserved.