STK ObjectsSend comments on this topic.
TimeStep Property (IAgFmDefScalarCalculation)
See Also
Windows





Windows & Linux

Description

The value to be used during the sampling of the dynamic definition for use in the static definition.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimeStep() As Double
[C#]
public double TimeStep {get; set;}
[Managed C++]
public: __property double get_TimeStep();
public: __property void set_TimeStep( double );
[Unmanaged C++]
public: HRESULT get_TimeStep(
    double * pVal
);
public: HRESULT put_TimeStep(
    double TimeStep
);
[Java]
public double getTimeStep();
public void setTimeStep(
    double
);
[Python - STK API ]
@property
def TimeStep(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.