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


IFrameXform.PerspectiveMatrix Property (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.PerspectiveMatrix Property
ArcGIS Developer Help

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