If not null, the error returned by the buffer operation.

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

Syntax

JScript
 function get Error () : Object

Remarks

Your code should check whether the BufferResults.Error is null. If null, then you may call ToVEShapeLayer to display the BufferResults. If Error is not null, then you may want to display a message to the user indicating that the buffering operation did not succeed.

See Also