This document is archived and information here might be outdated.  Recommended version.


IGPDataFile.File Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPDataFile Interface > IGPDataFile.File Property
ArcGIS Developer Help

IGPDataFile.File Property

The embedded data file.

[Visual Basic .NET]
Public Property File As String
[C#]
public string File {get; set;}
[C++]
HRESULT get_File(
  System.String* File
);
[C++]
HRESULT put_File(
  BSTR File
);
[C++]
Parameters
File [out, retval]

File is a parameter of type BSTR* File [in]
File is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPDataFile Interface