Initializes a new instance of the Geometry class

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

Syntax

JScript
 function Geometry(
	url : String, 
	token : String
)

Parameters

url
Type: String
Optional - URL of ArcGIS Server geometry service REST resource that will receive the task's requests.
token
Type: String
Optional - Authentication token to be used in the task's requests to the geometry service, if it is secured.

See Also