AGI AgAccessConstraintPlugin 11 Send comments on this topic.
MaxTimeStep Property (IAgAccessConstraintPluginResultRegister)
See Also 





Description

Maximum time step (in secs) allowed between constraint samples.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MaxTimeStep();
public: __property void set_MaxTimeStep(
double
);

[Unmanaged C++]
public: HRESULT get_MaxTimeStep(
double * pRetVal
);
public: HRESULT put_MaxTimeStep(
double NewMaxTimeStep
);

[Java]
public double getMaxTimeStep();public void setMaxTimeStep(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1