C# 클래스 Revit.SDK.Samples.AutoTagRooms.CS.RoomsData

This class can get all the rooms, rooms tags, room tag types and levels
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
AutoTagRooms ( Level level, RoomTagType tagType ) : void

Auto tag rooms with specified RoomTagType in a level

GetTagNumber ( Room room, RoomTagType tagType ) : int

Get the amount of room tags in a room with the specified RoomTagType

RoomsData ( ExternalCommandData commandData ) : System

Constructor of RoomsData

비공개 메소드들

메소드 설명
GetRoomTagTypes ( ) : void

Get all the RoomTagTypes in the current document

GetRoomWithTags ( ) : void

Get all the room tags which tagged rooms

GetRooms ( ) : void

Find all the rooms in the current document

메소드 상세

AutoTagRooms() 공개 메소드

Auto tag rooms with specified RoomTagType in a level
public AutoTagRooms ( Level level, RoomTagType tagType ) : void
level Level The level where rooms will be auto tagged
tagType RoomTagType The room tag type
리턴 void

GetTagNumber() 공개 메소드

Get the amount of room tags in a room with the specified RoomTagType
public GetTagNumber ( Room room, RoomTagType tagType ) : int
room Room A specified room
tagType RoomTagType A specified tag type
리턴 int

RoomsData() 공개 메소드

Constructor of RoomsData
public RoomsData ( ExternalCommandData commandData ) : System
commandData ExternalCommandData The data source of RoomData class
리턴 System