STK ObjectsSend comments on this topic.
MaxTimeStep Property (IAgCommSystemAccessSamplingMethodAdaptive)
See Also
Windows





Windows & Linux

Description

The maximum step size to be used in new access computations. The maximum step size limits the amount of time that is allowed to elapse between sampling of the constraint functions during access computations. Uses Time Dimension.

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 * pVal
);
public: HRESULT put_MaxTimeStep(
    double inVal
);
[Java]
public double getMaxTimeStep();
public void setMaxTimeStep(
    double
);
[Python - STK API ]
@property
def MaxTimeStep(self) -> float:

@MaxTimeStep.setter
def MaxTimeStep(self, inVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.