C# 클래스 Revit.SDK.Samples.AddSpaceAndZone.CS.DataManager

The DataManager Class is used to obtain, create or edit the Space elements and Zone elements.
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
CreateSpaces ( ) : void

Create some spaces.

CreateZone ( ) : void

Create a Zone element.

DataManager ( ExternalCommandData commandData ) : System

The constructor of DataManager class.

GetSpaces ( ) : List

Get the Space elements.

GetZones ( ) : List

Get the Zone elements.

Update ( Level level ) : void

Update the current level.

비공개 메소드들

메소드 설명
Initialize ( ) : void

Initialize the data member, obtain the Space and Zone elements.

메소드 상세

CreateSpaces() 공개 메소드

Create some spaces.
public CreateSpaces ( ) : void
리턴 void

CreateZone() 공개 메소드

Create a Zone element.
public CreateZone ( ) : void
리턴 void

DataManager() 공개 메소드

The constructor of DataManager class.
public DataManager ( ExternalCommandData commandData ) : System
commandData ExternalCommandData The ExternalCommandData
리턴 System

GetSpaces() 공개 메소드

Get the Space elements.
public GetSpaces ( ) : List
리턴 List

GetZones() 공개 메소드

Get the Zone elements.
public GetZones ( ) : List
리턴 List

Update() 공개 메소드

Update the current level.
public Update ( Level level ) : void
level Level
리턴 void