C# Class Revit.SDK.Samples.ProjectInfo.CS.RevitStartInfo

Preserves global information
Show file Open project: AMEE/revit Class Usage Examples

Public Properties

Property Type Description
BuildingTypeMap string>.Dictionary
ExportComplexityMap string>.Dictionary
HVACLoadConstructionClassMap string>.Dictionary
HVACLoadLoadsReportTypeMap string>.Dictionary
RevitApp Application
RevitDoc Document
RevitProduct ProductType
ServiceTypeMap string>.Dictionary
TimeZones string[]

Public Methods

Method Description
GetElement ( ElementId elementId ) : Element
GetElement ( int elementId ) : Element

Private Methods

Method Description
RevitStartInfo ( ) : System

Initialize some static members

Method Details

GetElement() public static method

public static GetElement ( ElementId elementId ) : Element
elementId ElementId
return Element

GetElement() public static method

public static GetElement ( int elementId ) : Element
elementId int
return Element

Property Details

BuildingTypeMap public static property

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

ExportComplexityMap public static property

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

HVACLoadConstructionClassMap public static property

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

HVACLoadLoadsReportTypeMap public static property

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

RevitApp public static property

Current Revit application
public static Application RevitApp
return Application

RevitDoc public static property

Active Revit document
public static Document RevitDoc
return Document

RevitProduct public static property

Current Revit Product
public static ProductType RevitProduct
return ProductType

ServiceTypeMap public static property

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

TimeZones public static property

Time Zone Array
public static string[] TimeZones
return string[]