C# 클래스 Revit.SDK.Samples.CurtainSystem.CS.CurtainSystem.SystemInfo

the information of a curtain system
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
AddCurtainGrids ( List faceIndices ) : void

add some curtain grids to the curtain system

RemoveCurtainGrids ( List faceIndices ) : void

remove the selected curtain grids

SystemInfo ( MyDocument mydoc ) : System

constructor

ToString ( ) : string

override ToString method

메소드 상세

AddCurtainGrids() 공개 메소드

add some curtain grids to the curtain system
public AddCurtainGrids ( List faceIndices ) : void
faceIndices List /// the faces to be covered ///
리턴 void

RemoveCurtainGrids() 공개 메소드

remove the selected curtain grids
public RemoveCurtainGrids ( List faceIndices ) : void
faceIndices List /// the curtain grids to be removed ///
리턴 void

SystemInfo() 공개 메소드

constructor
public SystemInfo ( MyDocument mydoc ) : System
mydoc Revit.SDK.Samples.CurtainSystem.CS.Data.MyDocument /// the document of the sample ///
리턴 System

ToString() 공개 메소드

override ToString method
public ToString ( ) : string
리턴 string