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

the information of a curtain system
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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

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

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

add some curtain grids to the curtain system
public AddCurtainGrids ( List faceIndices ) : void
faceIndices List /// the faces to be covered ///
Результат void

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

remove the selected curtain grids
public RemoveCurtainGrids ( List faceIndices ) : void
faceIndices List /// the curtain grids to be removed ///
Результат void

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

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

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

override ToString method
public ToString ( ) : string
Результат string