Enables or disables model space hatch scaling.
Rhino.EnableModelSpaceHatchScale ([blnEnable])
blnEnable |
Optional. Boolean. The enabled state. |
Number |
If blnEnable is not specified, the current enabled state. |
Number |
If blnEnable is specified, the previous enabled state. |
Null |
If not successful, or on error. |
If False = Rhino.EnableModelSpaceHatchScale Then
Call Rhino.EnableModelSpaceHatchScale(True)
End If