STK AstrogatorSend comments on this topic.
IncludeSTM Property (IAgVADesignER3BPSetup)
See Also
Windows





Windows & Linux

Description

Get whether or not the STM propagator function is included on the propagator.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IncludeSTM() As Boolean
[C#]
public bool IncludeSTM {get; set;}
[Managed C++]
public: __property bool get_IncludeSTM();
public: __property void set_IncludeSTM( bool );
[Unmanaged C++]
public: HRESULT get_IncludeSTM(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IncludeSTM(
    VARIANT_BOOL newVal
);
[Java]
public bool getIncludeSTM();
public void setIncludeSTM(
    bool
);
[Python - STK API ]
@property
def IncludeSTM(self) -> bool:

@IncludeSTM.setter
def IncludeSTM(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.