Click or drag to resize

SpeedRangeCombine Method

Constructs a new SpeedRange combining the speeds in this range with those in with.

Namespace:  Demo3D.EventQueue.CoSimulation
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
public SpeedRange Combine(
	SpeedRange with
)

Parameters

with
Type: Demo3D.EventQueue.CoSimulationSpeedRange
The speed range to combine.

Return Value

Type: SpeedRange
Combined range.
See Also