AGI STK Astrogator 11 Send comments on this topic.
EnableCenterBurn Property (IAgVAManeuverFinitePropagator)
See Also 





Description

Enable Center Burn - this property is only available for use with a duration stopping condition. If selected, you are setting the maneuver to start half the time before the previous segment ended. This option is useful for ensuring that a finite maneuver seeded from an impulsive maneuver is accurately modeled.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableCenterBurn() As Boolean

[C#]
public bool EnableCenterBurn {get; set;}

[Managed C++]
public: __property bool get_EnableCenterBurn();
public: __property void set_EnableCenterBurn(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableCenterBurn(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableCenterBurn(
VARIANT_BOOL NewEnableCenterBurn
);

[Java]
public bool getEnableCenterBurn();public void setEnableCenterBurn(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1