AGI Components with Insight3D Alpha 2008 r8
SetPositionAzimuthElevation Method (AzimuthAngle, ElevationAngle)
Library ReferenceAGI.Graphics.Scene3DIAgGxCameraSetPositionAzimuthElevation(Double, Double)
Modifies the viewer's position using azimuth and elevation angles. Azimuth is an angle from the positive x axis, to rotate around z. Elevation is an angle to rotate from the xy plane toward z. This is commonly called after ViewExtent.
Declaration Syntax
C# Visual Basic Visual C++
void 
SetPositionAzimuthElevation(
        
double 
AzimuthAngle,
        
double 
ElevationAngle
)
Sub 
SetPositionAzimuthElevation ( _
        
AzimuthAngle 
As 
Double, _
        
ElevationAngle 
As 
Double _
)
void 
SetPositionAzimuthElevation(
        [
InAttribute] 
double 
AzimuthAngle, 
        [
InAttribute] 
double 
ElevationAngle
)
Parameters
AzimuthAngle ( Double)
ElevationAngle ( Double)

Assembly: AGI.Graphics.Scene3D.Interop(Module: AGI.Graphics.Scene3D.Interop) Version: 9.0.0.0 (9.0.0.0)