This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform Interface > IFrameXform.PerspectiveMatrix Property (ArcObjects .NET 10.5 SDK) |
The specified sensor orientation as an orthogonal rotation matrix.
[Visual Basic .NET] Public Property PerspectiveMatrix As Object
[C#] public object PerspectiveMatrix {get; set;}
[C++]
HRESULT get_PerspectiveMatrix(
VARIANT* pMatrix
);
[C++]
HRESULT put_PerspectiveMatrix(
VARIANT pMatrix
);
[C++]
Parameters pMatrix [out, retval] pMatrix is a parameter of type VARIANT pMatrix [in] pMatrix is a parameter of type VARIANT