C# Класс Revit.SDK.Samples.CurtainSystem.CS.CurtainSystem.SystemData

the class to maintain the data and operations of the curtain system
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateCurtainSystem ( List faceIndices, bool byFaceArray ) : void

create a new curtain system

DeleteCurtainSystem ( List checkedIndices ) : void

delete the curtain systems

SystemData ( MyDocument mydoc ) : System

constructor

Описание методов

CreateCurtainSystem() публичный Метод

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 ///
Результат void

DeleteCurtainSystem() публичный Метод

delete the curtain systems
public DeleteCurtainSystem ( List checkedIndices ) : void
checkedIndices List /// the curtain systems to be deleted ///
Результат void

SystemData() публичный Метод

constructor
public SystemData ( MyDocument mydoc ) : System
mydoc Revit.SDK.Samples.CurtainSystem.CS.Data.MyDocument /// the document of the sample ///
Результат System