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
Mostrar archivo Open project: AMEE/revit Class Usage Examples

Public Methods

Method 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 method

public AvailableViewSheetSet ( VisibleType visibleType ) : List
visibleType VisibleType
return List

ChangeCurrentViewSheetSet() public method

public ChangeCurrentViewSheetSet ( List names ) : void
names List
return void

Delete() public method

public Delete ( ) : bool
return bool

IsSelected() public method

public IsSelected ( string viewName ) : bool
viewName string
return bool

Rename() public method

public Rename ( string name ) : bool
name string
return bool

Revert() public method

public Revert ( ) : void
return void

Save() public method

public Save ( ) : bool
return bool

SaveAs() public method

public SaveAs ( string newName ) : bool
newName string
return bool

ViewSheets() public method

public ViewSheets ( System.Windows.Forms.Document doc ) : System
doc System.Windows.Forms.Document
return System