Gets or sets the option to fly a ballistic trajectory when the performance is insufficient.
Read-write property
[Visual Basic .NET] |
---|
Public Property FlyBallistic() As Boolean |
[C#] |
---|
public bool FlyBallistic {get; set;} |
[Managed C++] |
---|
public: __property bool get_FlyBallistic(); |
[Unmanaged C++] |
---|
public: HRESULT get_FlyBallistic( VARIANT_BOOL * pVal ); public: HRESULT put_FlyBallistic( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getFlyBallistic(); public void setFlyBallistic( bool ); |