ArcGIS API for Windows Phone - Library Reference
SpatialReferenceWKID Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > IdentifyParameters Class : SpatialReferenceWKID Property

Note: This API is now obsolete. Please use the IdentifyParameters.SpatialReference property.

The well-known ID of the spatial reference of the input and output geometries as well as the mapExtent. If not specified, the geometry and the mapExtent are assumed to be in the spatial reference of the mapservice, and the output geometries are also in the spatial reference of the map.

Syntax

Visual Basic (Declaration) 
Public Property SpatialReferenceWKID As Nullable(Of Integer)
C# 
public Nullable<int> SpatialReferenceWKID {get; set;}

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.