STK AstrogatorSend comments on this topic.
ClearAdditionalBPlanePoints Property (IAgVAMCSOptions)
See Also
Windows





Windows & Linux

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.