ArcGIS Runtime SDK for WPF - Library Reference
SpatialReference Constructor(Int32,Int32)
See Also 
ESRI.ArcGIS.Client.Geometry Namespace > SpatialReference Class > SpatialReference Constructor : SpatialReference Constructor(Int32,Int32)

WKID
The Well-known ID that represents the Spatial Reference.
VcsWKID
The Vertical Coordinate System Well-known ID.
Initializes a new instance of the SpatialReference class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal WKID As Integer, _
   ByVal VcsWKID As Integer _
)
C# 
public SpatialReference( 
   int WKID,
   int VcsWKID
)

Parameters

WKID
The Well-known ID that represents the Spatial Reference.
VcsWKID
The Vertical Coordinate System Well-known ID.

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.