C# Class 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.
Inheritance: ISettingNameOperation
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AvailableViewSheetSet() public méthode

public AvailableViewSheetSet ( VisibleType visibleType ) : List
visibleType VisibleType
Résultat List

ChangeCurrentViewSheetSet() public méthode

public ChangeCurrentViewSheetSet ( List names ) : void
names List
Résultat void

Delete() public méthode

public Delete ( ) : bool
Résultat bool

IsSelected() public méthode

public IsSelected ( string viewName ) : bool
viewName string
Résultat bool

Rename() public méthode

public Rename ( string name ) : bool
name string
Résultat bool

Revert() public méthode

public Revert ( ) : void
Résultat void

Save() public méthode

public Save ( ) : bool
Résultat bool

SaveAs() public méthode

public SaveAs ( string newName ) : bool
newName string
Résultat bool

ViewSheets() public méthode

public ViewSheets ( System.Windows.Forms.Document doc ) : System
doc System.Windows.Forms.Document
Résultat System