This document is archived and information here might be outdated. Recommended version. |
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*