The spatial reference ID, indicating the coordinate system of the features.

Namespace:  ESRI.ArcGIS.VE
  (in ArcGISVE.exe)

Syntax

JScript
 function get SR () : String
 function set SR (value : String)

Remarks

Features added to the map must be in the latitude/longitude format (WGS 1984), which has a spatial reference ID of 4326. Use Geometry.ProjectToVEShapes to project other coordinate systems to the required one for VEShapes. For a list of coordinate system IDs, see the topic "Using Spatial References" at the ArcGIS Server REST API reference.

See Also