C# 클래스 RevitPythonShell.CommandLoaderBase

상속: IExternalCommand
파일 보기 프로젝트 열기: pterelaos/revitpythonshell

보호된 프로퍼티들

프로퍼티 타입 설명
_scriptSource string

공개 메소드들

메소드 설명
CommandLoaderBase ( string scriptSource ) : System
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result

Overload this method to implement and external command within Revit.

메소드 상세

CommandLoaderBase() 공개 메소드

public CommandLoaderBase ( string scriptSource ) : System
scriptSource string
리턴 System

Execute() 공개 메소드

Overload this method to implement and external command within Revit.
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData An ExternalCommandData object which contains reference to Application and View /// needed by external command.
message string Error message can be returned by external command. This will be displayed only if the command status /// was "Failed". There is a limit of 1023 characters for this message; strings longer than this will be truncated.
elements ElementSet Element set indicating problem elements to display in the failure dialog. This will be used /// only if the command status was "Failed".
리턴 System.Result

프로퍼티 상세

_scriptSource 보호되어 있는 프로퍼티

protected string _scriptSource
리턴 string