AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_TimeStep(
double NewTimeStep
);

[Java]
public double getTimeStep();public void setTimeStep(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface