AGI STK Astrogator 11 Send comments on this topic.
EnableBPlaneNominal Property (IAgVAProfileDifferentialCorrector)
See Also 





Description

If true, Astrogator will update the display of B-Planes for the nominal run of each iteration during the targeting process.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_EnableBPlaneNominal();
public: __property void set_EnableBPlaneNominal(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableBPlaneNominal(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableBPlaneNominal(
VARIANT_BOOL NewEnableBPlaneNominal
);

[Java]
public bool getEnableBPlaneNominal();public void setEnableBPlaneNominal(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1