This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILSRXform Interface > ILSRXform.RotationMatrix Property (ArcObjects .NET 10.5 SDK) |
The 3x3 rotation matrix.
[Visual Basic .NET] Public Property RotationMatrix As Object
[C#] public object RotationMatrix {get; set;}
[C++]
HRESULT get_RotationMatrix(
VARIANT* pMatrix
);
[C++]
HRESULT put_RotationMatrix(
VARIANT pMatrix
);
[C++]
Parameters pMatrix [out, retval] pMatrix is a parameter of type VARIANT pMatrix [in] pMatrix is a parameter of type VARIANT