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






Windows & Linux

Description

Flag indicating that the preferred max time step should be used in access computations.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UsePreferredMaxTimeStep() As Boolean
[C#]
public bool UsePreferredMaxTimeStep {get; set;}
[Managed C++]
public: __property bool get_UsePreferredMaxTimeStep();
public: __property void set_UsePreferredMaxTimeStep( bool );
[Unmanaged C++]
public: HRESULT get_UsePreferredMaxTimeStep(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UsePreferredMaxTimeStep(
    VARIANT_BOOL UsePreferredMaxTimeStep
);
[Java]
public bool getUsePreferredMaxTimeStep();
public void setUsePreferredMaxTimeStep(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.