C# 클래스 rvtUnit.Commands.rvtUnitCmd

상속: IExternalCommand
파일 보기 프로젝트 열기: ArupAus/RvtUnit

공개 메소드들

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

Revit external command entry point.

Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result

Revit external command entry point.

비공개 메소드들

메소드 설명
DoAction ( ) : void

메소드 상세

Execute() 공개 메소드

Revit external command entry point.
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : IExternalCommand.Result
commandData ExternalCommandData A ExternalCommandData object which contains reference to Application and View needed by external command.
message string Error message can be returned by external command.
elements ElementSet Element set could be used for transferring elements between external command and Autodesk Revit.
리턴 IExternalCommand.Result

Execute() 공개 메소드

Revit external command entry point.
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData A ExternalCommandData object which contains reference to Application and View needed by external command.
message string Error message can be returned by external command.
elements ElementSet Element set could be used for transferring elements between external command and Autodesk Revit.
리턴 System.Result