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


IGridTransformation.GridDatasetName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGridTransformation Interface > IGridTransformation.GridDatasetName Property
ArcGIS Developer Help

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(
  System.String* datasetName
);
[C++]
Parameters
datasetName 

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

Product Availability

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

See Also

IGridTransformation Interface