ArcGIS Runtime SDK for WPF - Library Reference
Initialize Method
See Also 
ESRI.ArcGIS.Client.AdvancedSymbology Namespace > HydrographicS57Layer Class : Initialize Method

Initializes the layer.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub Initialize() 
C# 
public override void Initialize()

Remarks

The initialization process establishes a ESRI.ArcGIS.Client.Geometry.SpatialReference and a FullExtent for the HydrographicS57Layer. In most scenarios, it is not necessary to call this method explicitly. Instead it is recommended that the layer be added to the ESRI.ArcGIS.Client.Map.Layers collection and the ESRI.ArcGIS.Client.Map then initiates the layer initialization.

Exceptions

ExceptionDescription
System.NotSupportedExceptionHydrographicS57Layer instances are only supported in the accelerated display mode (enabled either via ESRI.ArcGIS.Client.Map.UseAcceleratedDisplay or the ESRI.ArcGIS.Client.AcceleratedDisplayLayers collection).

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.