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 * pVal
);
public: HRESULT put_ClearAdditionalBPlanePoints(
VARIANT_BOOL newVal
);
|
[Java] |
---|
public bool getClearAdditionalBPlanePoints();
public void setClearAdditionalBPlanePoints(
bool
);
|
[Python - STK API] |
---|
@property
def ClearAdditionalBPlanePoints(self) -> bool:
@ClearAdditionalBPlanePoints.setter
def ClearAdditionalBPlanePoints(self, newVal:bool) -> None:
|
See Also