RhinoAppExeServiceRelease Property |
Service release version of Rhino executable (0, 1, 2, ...)
The integer is the service release number of Rhino. For example,
this function returns "0" if Rhino V4SR0 is running and returns
"1" if Rhino V4SR1 is running.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public static int ExeServiceRelease { get; }
Public Shared ReadOnly Property ExeServiceRelease As Integer
Get
Property Value
Type:
Int32See Also