AGI STK Objects 11Send comments on this topic.
PreferredMaxTimeStep Property (IAgAccessConstraintCollection)
See Also
Windows






Windows & Linux

Description

Maximum time step to be considered in access computations. New access computations consider this value when determining a suitable maximum step size.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PreferredMaxTimeStep() As Double
[C#]
public double PreferredMaxTimeStep {get; set;}
[Managed C++]
public: __property double get_PreferredMaxTimeStep();
public: __property void set_PreferredMaxTimeStep( double );
[Unmanaged C++]
public: HRESULT get_PreferredMaxTimeStep(
    double * pVal
);
public: HRESULT put_PreferredMaxTimeStep(
    double val
);
[Java]
public double getPreferredMaxTimeStep();
public void setPreferredMaxTimeStep(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.