Click or drag to resize

Revit Class

Provides a set of static (Shared in Visual Basic) methods for accessing Revit API from Rhino.Inside.
Inheritance Hierarchy
SystemObject
  RhinoInside.RevitRevit

Namespace:  RhinoInside.Revit
Assembly:  RhinoInside.Revit (in RhinoInside.Revit.dll) Version: 1.7.8130
Syntax
public static class Revit

The Revit type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberActiveDBApplication
Gets the active Autodesk.Revit.ApplicationServices.Application in the current DB session.
Public propertyStatic memberActiveDBDocument
Gets the active Autodesk.Revit.DB.Document in the Revit UI.
Public propertyStatic memberActiveUIApplication
Gets the active Autodesk.Revit.UI.UIApplication in the current UI session.
Public propertyStatic memberActiveUIDocument
Gets the active Autodesk.Revit.UI.UIDocument in the Revit UI.
Top
See Also