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


IFrameXform.PutInteriorOrientationParameters Method (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.PutInteriorOrientationParameters Method
ArcGIS Developer Help

IFrameXform.PutInteriorOrientationParameters Method

Puts the interior orientation parameters.

[Visual Basic .NET]
Public Sub PutInteriorOrientationParameters ( _
    ByVal direction As esriTransformDirection, _
    ByVal Parameters As Object _
)
[C#]
public void PutInteriorOrientationParameters (
    esriTransformDirection direction,
    object Parameters
);
[C++]
HRESULT PutInteriorOrientationParameters(
  esriTransformDirection direction,
  VARIANT Parameters
);
[C++]
Parameters
direction [in]

direction is a parameter of type esriTransformDirection Parameters [in]
Parameters is a parameter of type VARIANT

Product Availability

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

Remarks

See putref_InteriorOrientation for more details.

See Also

IFrameXform Interface