AGI STK Astrogator 11 Send comments on this topic.
ClearAdditionalBPlanePoints Property (IAgVAMCSOptions)
See Also 





Description

If true, Astrogator will clear all additional B-Plane points from any previous run - in all graphics windows - before the current run.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ClearAdditionalBPlanePoints();
public: __property void set_ClearAdditionalBPlanePoints(
bool
);

[Unmanaged C++]
public: HRESULT get_ClearAdditionalBPlanePoints(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ClearAdditionalBPlanePoints(
VARIANT_BOOL NewClearAdditionalBPlanePoints
);

[Java]
public bool getClearAdditionalBPlanePoints();public void setClearAdditionalBPlanePoints(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1