Returns the platform of the Rhino executable.
Rhino.ExePlatform ()
None.
Number |
The Rhino platform if successful. Possible values are as follows:
|
||||||
Null |
If not successful, or on error. |
If Rhino.ExePlatform() = 1 Then
Call Rhino.Print("You are using a 64-bit version of Rhino.")
Else
Call Rhino.Print("You are using a 32-bit version of Rhino.")
End If