AGI STK Util 11Send comments on this topic.
Pitch Property (IAgOrientationYPRAngles)
See Also 
Windows






Windows & Linux

Description

Pitch angle. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Pitch() As System.Object
[C#]
public System.Object Pitch {get; set;}
[Managed C++]
public: __property VARIANT get_Pitch();
public: __property void set_Pitch(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_Pitch(
   VARIANT * pRetVal
);
public: HRESULT put_Pitch(
   VARIANT NewPitch
);
[Java]
public Variant getPitch();public void setPitch(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.