| SoDraggerSetMinScale Method  | 
Sets the smallest scale that any dragger will write. 
 
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void SetMinScale(
	float newMinScale
)
Public Shared Sub SetMinScale ( 
	newMinScale As Single
)
public:
static void SetMinScale(
	float newMinScale
)
static member SetMinScale : 
        newMinScale : float32 -> unit 
Parameters
- newMinScale
 - Type: SystemSingle
 
RemarksIf the user attempts to go below this amount, the dragger will set it to this minimum. Default is .001. 
See Also