C# 클래스 Revit.SDK.Samples.ViewPrinter.CS.ViewSheets

Exposes the View/Sheet Set interfaces just like the View/Sheet Set Dialog (File->Print...; selected views/sheets->Select...) in UI.
상속: ISettingNameOperation
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
AvailableViewSheetSet ( VisibleType visibleType ) : List
ChangeCurrentViewSheetSet ( List names ) : void
Delete ( ) : bool
IsSelected ( string viewName ) : bool
Rename ( string name ) : bool
Revert ( ) : void
Save ( ) : bool
SaveAs ( string newName ) : bool
ViewSheets ( System.Windows.Forms.Document doc ) : System

메소드 상세

AvailableViewSheetSet() 공개 메소드

public AvailableViewSheetSet ( VisibleType visibleType ) : List
visibleType VisibleType
리턴 List

ChangeCurrentViewSheetSet() 공개 메소드

public ChangeCurrentViewSheetSet ( List names ) : void
names List
리턴 void

Delete() 공개 메소드

public Delete ( ) : bool
리턴 bool

IsSelected() 공개 메소드

public IsSelected ( string viewName ) : bool
viewName string
리턴 bool

Rename() 공개 메소드

public Rename ( string name ) : bool
name string
리턴 bool

Revert() 공개 메소드

public Revert ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : bool
리턴 bool

SaveAs() 공개 메소드

public SaveAs ( string newName ) : bool
newName string
리턴 bool

ViewSheets() 공개 메소드

public ViewSheets ( System.Windows.Forms.Document doc ) : System
doc System.Windows.Forms.Document
리턴 System