This document is archived and information here might be outdated. Recommended version. |
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
);
[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*