C# 클래스 STFExporter.Command

상속: IExternalCommand
파일 보기 프로젝트 열기: kmorin/STF-Exporter

공개 프로퍼티들

프로퍼티 타입 설명
_app Autodesk.Revit.ApplicationServices.Application
_doc System.Windows.Forms.Document
distinctLuminaires List
intlVersion bool
meterMultiplier double
stfVersionNum string
writer string

공개 메소드들

메소드 설명
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result

비공개 메소드들

메소드 설명
SpaceInfoWriter ( ElementId spaceID, string RoomRNum ) : void
getFurns ( ElementId spaceID, string RoomRNum ) : string
getNumLamps ( FamilySymbol fs ) : string
getVertexPointNums ( Space roomSpace ) : int
getVertexPoints ( Space roomSpace ) : List
writeLumenairs ( ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
리턴 System.Result

프로퍼티 상세

_app 공개적으로 프로퍼티

public Autodesk.Revit.ApplicationServices.Application _app
리턴 Autodesk.Revit.ApplicationServices.Application

_doc 공개적으로 프로퍼티

public Document,System.Windows.Forms _doc
리턴 System.Windows.Forms.Document

distinctLuminaires 공개적으로 프로퍼티

public List distinctLuminaires
리턴 List

intlVersion 공개적으로 프로퍼티

public bool intlVersion
리턴 bool

meterMultiplier 공개적으로 프로퍼티

public double meterMultiplier
리턴 double

stfVersionNum 공개적으로 프로퍼티

public string stfVersionNum
리턴 string

writer 공개적으로 프로퍼티

public string writer
리턴 string