ArcObjects Library Reference (Geoprocessing)  

IGPRasterFormulated.MakeDERasterDataset Method

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

Product Availability

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

See Also

IGPRasterFormulated Interface