Shows or hides Rhino's dockable object snap bar.
Rhino.OsnapDialog ([blnVisible])
blnVisible |
Optional. Boolean. The new visibility state, either True or False. |
Boolean |
If blnVisible is not specified, then the current visibility state if successful. |
Boolean |
If blnVisible is specified, then the previous visibility state if successful. |
If Not Rhino.OsnapDialog Then
Rhino.OsnapDialog True
End If