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


IFrameXform.QueryPerspectiveMatrix Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform Interface > IFrameXform.QueryPerspectiveMatrix Method
ArcGIS Developer Help

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(
  System.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