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


IGeometricXform.Transformation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeometricXform Interface > IGeometricXform.Transformation Property
ArcGIS Developer Help

IGeometricXform.Transformation Property

The geometric transformation to be applied.

[Visual Basic .NET]
Public Property Transformation As ITransformation
[C#]
public ITransformation Transformation {get; set;}
[C++]
HRESULT get_Transformation(
  ITransformation** ppTransformation
);
[C++]
HRESULT putref_Transformation(
  ITransformation* ppTransformation
);
[C++]
Parameters
ppTransformation [out, retval]

ppTransformation is a parameter of type ITransformation** ppTransformation [in]
ppTransformation is a parameter of type ITransformation*

Product Availability

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

See Also

IGeometricXform Interface