C# 클래스 BIMSource.SPWriter.Commands

상속: IExternalCommand
파일 보기 프로젝트 열기: alnjxn/bim-source

공개 메소드들

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

Command Entry Point

비공개 메소드들

메소드 설명
AddParameters ( ) : bool

메소드 상세

Execute() 공개 메소드

Command Entry Point
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData Input argument providing access to the Revit application and documents
message string Return message to the user in case of error or cancel
elements ElementSet Return argument to highlight elements on the graphics screen if Result is not Succeeded.
리턴 System.Result