C# 클래스 Revit.SDK.Samples.VisibilityControl.CS.VisibilityCtrl

An object control visibility by category
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
Isolate ( ) : void

Isolate elements with the same categories that the selected elements belong to using PickOne or WindowSelect.

SetVisibility ( bool visible, string name ) : bool

Set the visibility for the active view

VisibilityCtrl ( Autodesk document ) : System

Default constructor

get all categories of this document. check its visibility for the active document, and initialize a hashtable.

메소드 상세

Isolate() 공개 메소드

Isolate elements with the same categories that the selected elements belong to using PickOne or WindowSelect.
public Isolate ( ) : void
리턴 void

SetVisibility() 공개 메소드

Set the visibility for the active view
public SetVisibility ( bool visible, string name ) : bool
visible bool
name string
리턴 bool

VisibilityCtrl() 공개 메소드

Default constructor
get all categories of this document. check its visibility for the active document, and initialize a hashtable.
public VisibilityCtrl ( Autodesk document ) : System
document Autodesk
리턴 System