This document is archived and information here might be outdated.  Recommended version.


IGridTransformation.GridDatasetName Property (ArcObjects .NET 10.5 SDK)
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