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

Preserves global information
Mostrar archivo 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_oe static_oe property

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

ExportComplexityMap public_oe static_oe property

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

HVACLoadConstructionClassMap public_oe static_oe property

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

HVACLoadLoadsReportTypeMap public_oe static_oe property

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

RevitApp public_oe static_oe property

Current Revit application
public static Application RevitApp
return Application

RevitDoc public_oe static_oe property

Active Revit document
public static Document RevitDoc
return Document

RevitProduct public_oe static_oe property

Current Revit Product
public static ProductType RevitProduct
return ProductType

ServiceTypeMap public_oe static_oe property

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

TimeZones public_oe static_oe property

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