ArcObjects Library Reference (DefenseSolutions)  

ICoordinate.Geotransform Property

Specifies the GeoTransform to use.

ERROR: Syntax information about ICoordinate.Geotransform may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT put_Geotransform(
  IGeoTransformation* 
);
[C++]

Parameters

[in]

   is a parameter of type IGeoTransformation

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

Specifies which Geotransform will be used to convert input values to output values. If this property is not set then one is chosen automatically.

See Also

ICoordinate Interface