Verifies that the specified view contains a background bitmap.
Rhino.IsBackgroundBitmap (strView)
strView |
Required. String. The title or identifier of the view. |
Boolean |
True or False indicating success or failure. |
Null |
On error. |
Dim strView
strView = Rhino.CurrentView
If Not Rhino.IsBackgroundBitmap(strView) Then
Rhino.BackgroundBitmap strView, "C:\Windows\Coffee Bean.bmp", Array(0,0,0), 25
End If