This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterFormulated Interface > IGPRasterFormulated.MakeDERasterDataset Method (ArcObjects .NET 10.4 SDK) |
Makes a DERasterDataset.
[Visual Basic .NET] Public Function MakeDERasterDataset ( _ ByVal PathName As String, _ ByVal CellSize As Double, _ ByVal Extent As IEnvelope _ ) As IDERasterDataset
[C#] public IDERasterDataset MakeDERasterDataset ( string PathName, double CellSize, IEnvelope Extent );
[C++]
HRESULT MakeDERasterDataset(
BSTR PathName,
double CellSize,
IEnvelope* Extent,
IDERasterDataset** outRasterDataset
);
[C++]
Parameters PathName [in] PathName is a parameter of type BSTR CellSize [in] CellSize is a parameter of type double Extent [in]
Extent is a parameter of type IEnvelope outRasterDataset [out, retval]
outRasterDataset is a parameter of type IDERasterDataset