Skip to content

M_Rhino_Commands_Command_InScriptRunnerCommand

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Command.InScriptRunnerCommand Method

This is a low level tool to determine if Rhino is currently running a script running command like "ReadCommandFile" or the RhinoScript plug-in's "RunScript".

Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static bool InScriptRunnerCommand()

VB

Public Shared Function InScriptRunnerCommand As Boolean

Return Value

Type: Boolean
true if a script running command is active.

Version Information

Supported in: 5D58w

See Also

Reference

Command Class
Rhino.Commands Namespace

Clone this wiki locally