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