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