AGI STK VGT 11 Send comments on this topic.
MaximumTimeStep Property (IAgCrdnSamplingRelativeTolerance)
See Also 
Windows






Windows & Linux

Description

Get the maximum allowed time step.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaximumTimeStep() As Double

[C#]
public double MaximumTimeStep {get; set;}

[Managed C++]
public: __property double get_MaximumTimeStep();
public: __property void set_MaximumTimeStep(
double
);

[Unmanaged C++]
public: HRESULT get_MaximumTimeStep(
double * pRetVal
);
public: HRESULT put_MaximumTimeStep(
double NewMaximumTimeStep
);

[Java]
public double getMaximumTimeStep();public void setMaximumTimeStep(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface