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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1