C# 클래스 RevitLookup.Utils.View

파일 보기 프로젝트 열기: jeremytammik/RevitLookup

공개 메소드들

메소드 설명
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

메소드 상세

GetAllSheets() 공개 정적인 메소드

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

GetAllViews() 공개 정적인 메소드

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

GetAvailableViewsToExport() 공개 정적인 메소드

public static GetAvailableViewsToExport ( Document doc ) : ViewSet
doc Document
리턴 ViewSet