Shapes returned from executing a QueryTask.

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

Syntax

JScript
 class FeatureSet

Remarks

The features returned from the query may be displayed on the map by calling the ToVEShapeLayer method. More information and interaction with the features may be obtained by working with the properties of the FeatureSet, such as the Features object, which contains both geometry and attributes of the returned features.

See Also