This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform Interface > IFrameXform.InteriorOrientation Property (ArcObjects .NET 10.4 SDK) |
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