Click or drag to resize
SoDoubleTapGestureRecognizer.SetMaximumDurationBetweenTap Method

Sets the maximum time that can elapse between the two taps of a double tap.

Namespace: OIV.Inventor.Gestures.Recognizers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetMaximumDurationBetweenTap(
	SbTime t
)

Parameters

t
Type: OIV.Inventor.SbTime
Remarks

(0.5 seconds by default)

See Also