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

The SpaceManager class is used to manage the Spaces elements in the current document.
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
CreateSpaces ( Level level, Phase phase ) : void

Create the space for each closed wall loop or closed space separation in the active view.

GetSpaces ( Level level ) : List

Get the Spaces elements in a specified level.

SpaceManager ( ExternalCommandData data, Dictionary spaceData ) : System

The constructor of SpaceManager class.

메소드 상세

CreateSpaces() 공개 메소드

Create the space for each closed wall loop or closed space separation in the active view.
public CreateSpaces ( Level level, Phase phase ) : void
level Level The level in which the spaces is to exist.
phase Phase The phase in which the spaces is to exist.
리턴 void

GetSpaces() 공개 메소드

Get the Spaces elements in a specified level.
public GetSpaces ( Level level ) : List
level Level
리턴 List

SpaceManager() 공개 메소드

The constructor of SpaceManager class.
public SpaceManager ( ExternalCommandData data, Dictionary spaceData ) : System
data ExternalCommandData The ExternalCommandData
spaceData Dictionary The spaceData contains all the Space elements in different level.
리턴 System