If true, Astrogator will clear all additional B-Plane points from any previous run - in all graphics windows - before the current run.
Read-write property
[Visual Basic .NET] |
---|
Public Property ClearAdditionalBPlanePoints() As Boolean |
[C#] |
---|
public bool ClearAdditionalBPlanePoints {get; set;} |
[Managed C++] |
---|
public: __property bool get_ClearAdditionalBPlanePoints(); |
[Unmanaged C++] |
---|
public: HRESULT get_ClearAdditionalBPlanePoints( VARIANT_BOOL * pVal ); public: HRESULT put_ClearAdditionalBPlanePoints( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getClearAdditionalBPlanePoints(); public void setClearAdditionalBPlanePoints( bool ); |