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


ILSRXform.RotationMatrix Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ILSRXform.RotationMatrix Property

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

Product Availability

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

See Also

ILSRXform Interface