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