RhinoAppRunningInRdp Method |
Find out if Rhino is running in a remote session
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public static bool RunningInRdp()
Public Shared Function RunningInRdp As Boolean
Return Value
Type:
Booleantrue if Rhino is running in a RDP session, false otherwise
See Also