Click or drag to resize

SpeedRangeCombine Method

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

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

Parameters

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

Return Value

Type: SpeedRange
Combined range.
See Also