返回最后执行指令的名称。
rhinoscriptsyntax.LastCommandName()
rhinoscript.application.LastCommandName()
空值。
字符串
最后执行指令的名称。
import rhinoscriptsyntax as rs
rs.Command( "Line" )
print "The last command was the", rs.LastCommandName(), "command."
Command
IsCommand
LastCommandResult