SoDoubleTapGestureRecognizerSetMaximumTapDuration Method |
Sets tap maximum duration (1.0 seconds by default).
Namespace: OIV.Inventor.Gestures.RecognizersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetMaximumTapDuration(
SbTime time
)
Public Sub SetMaximumTapDuration (
time As SbTime
)
public:
void SetMaximumTapDuration(
SbTime time
)
member SetMaximumTapDuration :
time : SbTime -> unit
Parameters
- time
- Type: OIV.InventorSbTime
Remarks See Also