C# 클래스 Revit.SDK.Samples.WindowWizard.CS.WindowWizard

The class is used to create window wizard form
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
RunWizard ( ) : int

the method is used to show wizard form and do the creation

WindowWizard ( ExternalCommandData commandData ) : System

constructor of WindowWizard

비공개 메소드들

메소드 설명
Creation ( ) : bool

The window creation process

메소드 상세

RunWizard() 공개 메소드

the method is used to show wizard form and do the creation
public RunWizard ( ) : int
리턴 int

WindowWizard() 공개 메소드

constructor of WindowWizard
public WindowWizard ( ExternalCommandData commandData ) : System
commandData ExternalCommandData the ExternalCommandData parameter
리턴 System