C# Class RevitLookup.Utils.View

Mostrar archivo Open project: jeremytammik/RevitLookup

Public Methods

Method Description
GetAllSheets ( Document doc ) : ElementSet

Gather up all the available sheets.

GetAllViews ( Document doc ) : ViewSet

Finds all the views in the active document.

GetAvailableViewsToExport ( Document doc ) : ViewSet

Method Details

GetAllSheets() public static method

Gather up all the available sheets.
public static GetAllSheets ( Document doc ) : ElementSet
doc Document
return ElementSet

GetAllViews() public static method

Finds all the views in the active document.
public static GetAllViews ( Document doc ) : ViewSet
doc Document the active document
return ViewSet

GetAvailableViewsToExport() public static method

public static GetAvailableViewsToExport ( Document doc ) : ViewSet
doc Document
return ViewSet