AGI STK VGT 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.