C# 클래스 DynamicModelUpdate.SectionUpdater

Updater to automatically move a section in conjunction with the location of a window
상속: IUpdater
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( UpdaterData data ) : void
GetAdditionalInformation ( ) : string
GetChangePriority ( ) : ChangePriority
GetUpdaterId ( ) : UpdaterId
GetUpdaterName ( ) : string

비공개 메소드들

메소드 설명
Register ( Document doc ) : void
SectionUpdater ( AddInId addinID ) : System
UpdateInitialParameters ( Document doc ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( UpdaterData data ) : void
data UpdaterData
리턴 void

GetAdditionalInformation() 공개 메소드

public GetAdditionalInformation ( ) : string
리턴 string

GetChangePriority() 공개 메소드

public GetChangePriority ( ) : ChangePriority
리턴 ChangePriority

GetUpdaterId() 공개 메소드

public GetUpdaterId ( ) : UpdaterId
리턴 UpdaterId

GetUpdaterName() 공개 메소드

public GetUpdaterName ( ) : string
리턴 string