The returned features. The value is an array of GraphicFeature objects.

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

Syntax

JScript
 function get Features () : array<GraphicFeature>[]()[]
 function set Features (value : array<GraphicFeature>[]()[])

Remarks

While the individual VEShapes are available from the GraphicFeatures objects, it may be more convenient to call ToVEShapeLayer in order to display the feature set on the map.

See Also