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


IUavUasBuilderHelper.GetOrientation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IU > IUavUasBuilderHelper Interface > IUavUasBuilderHelper.GetOrientation Method
ArcGIS Developer Help

IUavUasBuilderHelper.GetOrientation Method

Gets the orientation parameters for an image.

[Visual Basic .NET]
Public Function GetOrientation ( _
    ByVal pOrientationParameters As IPropertySet, _
    ByVal Name As String _
) As IPropertySet
[C#]
public IPropertySet GetOrientation (
    IPropertySet pOrientationParameters,
    string Name
);
[C++]
HRESULT GetOrientation(
  IPropertySet* pOrientationParameters,
  BSTR Name
);
[C++]
Parameters
pOrientationParameters [in]

pOrientationParameters is a parameter of type IPropertySet* Name [in]
Name is a parameter of type BSTR

Product Availability

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

See Also

IUavUasBuilderHelper Interface