ArcObjects Library Reference (DataSourcesRaster)  

IItemTemplate2.GeoTransformationHelper Property

The geographic tranformation helper object, set by the calling application, that enables the item template to install geotransformation method in to the system's GeoTransformationOperationSet.

[Visual Basic .NET]
Public Property GeoTransformationHelper As IGeoTransformationHelper
[C#]
public IGeoTransformationHelper GeoTransformationHelper {get; set;}
[C++]
HRESULT get_GeoTransformationHelper(
  IGeoTransformationHelper** ppGeoTransformationHelper
);
[C++]
HRESULT putref_GeoTransformationHelper(
  IGeoTransformationHelper* ppGeoTransformationHelper
);
[C++]

Parameters

ppGeoTransformationHelper [out, retval]

  ppGeoTransformationHelper is a parameter of type IGeoTransformationHelper

ppGeoTransformationHelper [in]

  ppGeoTransformationHelper is a parameter of type IGeoTransformationHelper

Product Availability

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

See Also

IItemTemplate2 Interface