This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterData Interface > IGPRasterData.Data Property (ArcObjects .NET 10.4 SDK) |
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