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


IFrameXform.PerspectiveMatrix Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFrameXform.PerspectiveMatrix Property

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

Product Availability

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

See Also

IFrameXform Interface