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


IFrameXform.InteriorOrientation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFrameXform.InteriorOrientation Property

The interior orientation as an affine transformation.

[Visual Basic .NET]
Public Property InteriorOrientation As IGeodataXform
[C#]
public IGeodataXform InteriorOrientation {get; set;}
[C++]
HRESULT get_InteriorOrientation(
  IGeodataXform** ppAffine
);
[C++]
HRESULT putref_InteriorOrientation(
  IGeodataXform* ppAffine
);
[C++]

Parameters ppAffine [out, retval]
ppAffine is a parameter of type IGeodataXform ppAffine [in]
ppAffine is a parameter of type IGeodataXform

Product Availability

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

See Also

IFrameXform Interface