AGI STK Objects 11Send comments on this topic.
TimeStep Property (IAgFmDefDilutionOfPrecision)
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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.