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


IFrameXform.QueryPerspectiveMatrix Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFrameXform.QueryPerspectiveMatrix Method

Queries the perspective matrix.

[Visual Basic .NET]
Public Sub QueryPerspectiveMatrix ( _
    ByRef pMatrix As Double _
)
[C#]
public void QueryPerspectiveMatrix (
    ref double pMatrix
);
[C++]
HRESULT QueryPerspectiveMatrix(
  double* pMatrix
);
[C++]

Parameters pMatrix [in] pMatrix is a parameter of type double

Product Availability

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

See Also

IFrameXform Interface