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


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

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