STK AviatorSend comments on this topic.
MinTimeStep Property (IAgAvtrProcedureFormationFlyer)
See Also
Windows





Windows & Linux

Description

Get Min time Step.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinTimeStep() As Double
[C#]
public double MinTimeStep {get; set;}
[Managed C++]
public: __property double get_MinTimeStep();
public: __property void set_MinTimeStep( double );
[Unmanaged C++]
public: HRESULT get_MinTimeStep(
    double * pVal
);
public: HRESULT put_MinTimeStep(
    double pVal
);
[Java]
public double getMinTimeStep();
public void setMinTimeStep(
    double
);
[Python - STK API ]
@property
def MinTimeStep(self) -> float:

@MinTimeStep.setter
def MinTimeStep(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.