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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1