| SoLongTapGestureEventSetDuration Method  | 
Sets duration of long tap (in seconds) 
 
Namespace: OIV.Inventor.Gestures.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetDuration(
	SbTime time
)
Public Sub SetDuration ( 
	time As SbTime
)
public:
void SetDuration(
	SbTime time
)
member SetDuration : 
        time : SbTime -> unit 
Parameters
- time
 - Type: OIV.InventorSbTime
 
Remarks
See Also