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





Description

Get the minimum allowed time step.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MinimumTimeStep();
public: __property void set_MinimumTimeStep(
double
);

[Unmanaged C++]
public: HRESULT get_MinimumTimeStep(
double * pRetVal
);
public: HRESULT put_MinimumTimeStep(
double NewMinimumTimeStep
);

[Java]
public double getMinimumTimeStep();public void setMinimumTimeStep(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1