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


ILSRXform.RotationMatrix Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILSRXform Interface > ILSRXform.RotationMatrix Property
ArcGIS Developer Help

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