SoDraggerSetMinGesture Method (Int32) |
Sets the number of pixels of movement required to initiate a constraint gesture.
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetMinGesture(
int pixels
)
Public Sub SetMinGesture (
pixels As Integer
)
public:
void SetMinGesture(
int pixels
)
member SetMinGesture :
pixels : int -> unit
Parameters
- pixels
- Type: SystemInt32
Remarks See Also