Creates a new VEShapeLayer from the shapes in the BufferResults.

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

Syntax

JScript
 function ToVEShapeLayer() : VEShapeLayer

Return Value

VEShapeLayer

Remarks

This method enables convenient conversion of the buffer results to a VEShapeLayer, which can be added to the Virtual Earth map. Before calling ToVEShapeLayer, you can call SetShapeStyle to set the display properties for the shapes.

See Also