C# 클래스 Revit.SDK.Samples.ProjectInfo.CS.RevitStartInfo

Preserves global information
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BuildingTypeMap string>.Dictionary
ExportComplexityMap string>.Dictionary
HVACLoadConstructionClassMap string>.Dictionary
HVACLoadLoadsReportTypeMap string>.Dictionary
RevitApp Application
RevitDoc Document
RevitProduct ProductType
ServiceTypeMap string>.Dictionary
TimeZones string[]

공개 메소드들

메소드 설명
GetElement ( ElementId elementId ) : Element
GetElement ( int elementId ) : Element

비공개 메소드들

메소드 설명
RevitStartInfo ( ) : System

Initialize some static members

메소드 상세

GetElement() 공개 정적인 메소드

public static GetElement ( ElementId elementId ) : Element
elementId ElementId
리턴 Element

GetElement() 공개 정적인 메소드

public static GetElement ( int elementId ) : Element
elementId int
리턴 Element

프로퍼티 상세

BuildingTypeMap 공개적으로 정적으로 프로퍼티

BuildingType and its display string map.
public static Dictionary BuildingTypeMap
리턴 string>.Dictionary

ExportComplexityMap 공개적으로 정적으로 프로퍼티

ExportComplexity and its display string map.
public static Dictionary ExportComplexityMap
리턴 string>.Dictionary

HVACLoadConstructionClassMap 공개적으로 정적으로 프로퍼티

HVACLoadConstructionClass and its display string map.
public static Dictionary HVACLoadConstructionClassMap
리턴 string>.Dictionary

HVACLoadLoadsReportTypeMap 공개적으로 정적으로 프로퍼티

HVACLoadLoadsReportType and its display string map.
public static Dictionary HVACLoadLoadsReportTypeMap
리턴 string>.Dictionary

RevitApp 공개적으로 정적으로 프로퍼티

Current Revit application
public static Application RevitApp
리턴 Application

RevitDoc 공개적으로 정적으로 프로퍼티

Active Revit document
public static Document RevitDoc
리턴 Document

RevitProduct 공개적으로 정적으로 프로퍼티

Current Revit Product
public static ProductType RevitProduct
리턴 ProductType

ServiceTypeMap 공개적으로 정적으로 프로퍼티

ServiceType and its display string map.
public static Dictionary ServiceTypeMap
리턴 string>.Dictionary

TimeZones 공개적으로 정적으로 프로퍼티

Time Zone Array
public static string[] TimeZones
리턴 string[]