Enables or disables object snap projection.
Rhino.ProjectOsnaps ([blnEnable])
blnEnable |
Optional. Boolean. The new enabled status, either True or False. |
Boolean |
If blnEnable is not specified, then the current object snap projection status if successful. |
Boolean |
If blnEnable is specified, then the previous object snap projection status if successful. |
If Not Rhino.ProjectOsnaps Then
Rhino.ProjectOsnaps True
End If