Gets or sets the goal value for the pitch angle.
Read-write property
[Visual Basic .NET] |
---|
Public Property PitchAngle() As System.Object |
[C#] |
---|
public System.Object PitchAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_PitchAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_PitchAngle( VARIANT * pVal ); public: HRESULT put_PitchAngle( VARIANT newVal ); |
[Java] |
---|
public AgVariant getPitchAngle(); public void setPitchAngle( AgVariant ); |