Reference to a data file. Used with a ParameterValue returned with the GPResults generated by a Geoprocessor task operation.

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

Syntax

JScript
 class DataFile

Remarks

Some geoprocessing tasks generate a file as part of their output. These files are placed temporarily on the server, and the URL returned in a DataFile object. The DataFile object is the value in a ParameterValue object within the GPResults returned by the geoprocessing task.

See Also