This document is archived and information here might be outdated. Recommended version. |
The name of a dataset containing gridded transformation values for a geographic area.
[Visual Basic .NET]
Public Property GridDatasetName As String
[C#]
public string GridDatasetName {get; set;}
[C++]
HRESULT get_GridDatasetName(
BSTR datasetName
);
[C++]
HRESULT put_GridDatasetName(
System.String* datasetName
);
[C++] Parameters datasetName
datasetName is a parameter of type BSTR datasetName [out, retval]
datasetName is a parameter of type BSTR*