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

the information of a curtain system
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

RemoveCurtainGrids() public méthode

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

SystemInfo() public méthode

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

ToString() public méthode

override ToString method
public ToString ( ) : string
Résultat string