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

the class to maintain the data and operations of the curtain system
Datei anzeigen Open project: AMEE/revit

Public Methods

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

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 ///
return void

DeleteCurtainSystem() public method

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

SystemData() public method

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