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


IGPDataFile.Data Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPDataFile.Data Property

The embedded data.

[Visual Basic .NET]
Public Property Data As IGDSData
[C#]
public IGDSData Data {get; set;}
[C++]
HRESULT get_Data(
  IGDSData** ppData
);
[C++]
HRESULT putref_Data(
  IGDSData* ppData
);
[C++]

Parameters ppData [out, retval]
ppData is a parameter of type IGDSData ppData [in]
ppData is a parameter of type IGDSData

Product Availability

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

See Also

IGPDataFile Interface