ArcObjects Library Reference (Geometry)  

IGridTransformation.GridDatasetName Property

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(
  BSTR datasetName
);
[C++]

Parameters

datasetName [out, retval]   datasetName is a parameter of type BSTR datasetName   datasetName is a parameter of type BSTR

Product Availability

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

See Also

IGridTransformation Interface