Single feature result returned from executing a task. The GraphicFeature will contain an array of VEShapes, as well as the attributes and geometry from the response.

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

Syntax

JScript
 class GraphicFeature

Remarks

GraphicFeature is used in several tasks to return data the task's operation. The Shapes property will contain VEShape items that may be added to the Virtual Earth map. The Geometry property also contains the returned feature geometry in JSON format. The Attributes property contains the field attributes for the features, also in JSON format.

See Also