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


IGeometricXform.Transformation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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