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


IGPDataFile.File Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  BSTR* 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