This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeometricXform Interface > IGeometricXform.Transformation Property (ArcObjects .NET 10.4 SDK) |
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