C# Class Revit.SDK.Samples.CurtainSystem.CS.CurtainSystem.SystemInfo

the information of a curtain system
Show file Open project: AMEE/revit Class Usage Examples

Public Methods

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

Method Details

AddCurtainGrids() public method

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

RemoveCurtainGrids() public method

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

SystemInfo() public method

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

ToString() public method

override ToString method
public ToString ( ) : string
return string