STK AstrogatorSend comments on this topic.
UseFixedStep Property (IAgVARK4thAdapt)
See Also
Windows





Windows & Linux

Description

True if running in fixed-step mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseFixedStep() As Boolean
[C#]
public bool UseFixedStep {get; set;}
[Managed C++]
public: __property bool get_UseFixedStep();
public: __property void set_UseFixedStep( bool );
[Unmanaged C++]
public: HRESULT get_UseFixedStep(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseFixedStep(
    VARIANT_BOOL InVal
);
[Java]
public bool getUseFixedStep();
public void setUseFixedStep(
    bool
);
[Python - STK API ]
@property
def UseFixedStep(self) -> bool:

@UseFixedStep.setter
def UseFixedStep(self, InVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.