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

the class to maintain the data and operations of the curtain system
Afficher le fichier Open project: AMEE/revit

Méthodes publiques

Méthode Description
CreateCurtainSystem ( List faceIndices, bool byFaceArray ) : void

create a new curtain system

DeleteCurtainSystem ( List checkedIndices ) : void

delete the curtain systems

SystemData ( MyDocument mydoc ) : System

constructor

Method Details

CreateCurtainSystem() public méthode

create a new curtain system
public CreateCurtainSystem ( List faceIndices, bool byFaceArray ) : void
faceIndices List /// the faces to be covered with new curtain system ///
byFaceArray bool /// indicates whether the curtain system will be created by face array ///
Résultat void

DeleteCurtainSystem() public méthode

delete the curtain systems
public DeleteCurtainSystem ( List checkedIndices ) : void
checkedIndices List /// the curtain systems to be deleted ///
Résultat void

SystemData() public méthode

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