UIDocument Members

The UIDocument type exposes the following members.

Constructors

  NameDescription
Public methodUIDocument
Use a database level Document to construct a UI-level Document.

Methods

  NameDescription
Public methodCanPlaceElementType
Verifies that the user can be prompted to place the input element type interactively.
Public methodDispose
Releases all resources used by the UIDocument
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOpenUIViews
Get a list of all open view windows in the Revit user interface.
Public methodGetPlacementTypes
Get a collection of valid placement types for input family symbol.
Public methodStatic memberGetRevitUIFamilyLoadOptions
Return the option object that allows you to use Revit's dialog boxes to let the user respond to questions that arise during loading of families.
Public methodGetSketchGalleryOptions
Gets the valid sketch gallery options of a family symbol.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPostRequestForElementTypePlacement
Places a request on Revit's command queue for the user to place instances of the specified ElementType. This does not execute immediately, but instead when control returns to Revit from the current API context.
Public methodPromptForFamilyInstancePlacement(FamilySymbol)
Prompts the user to place instances of the specified FamilySymbol.
Public methodPromptForFamilyInstancePlacement(FamilySymbol, PromptForFamilyInstancePlacementOptions)
Prompts the user to place instances of the specified FamilySymbol.
Public methodPromptToMatchElementType
Prompts the user to select elements to change them to the input type.
Public methodPromptToPlaceElementTypeOnLegendView
Prompts the user to place an element type onto a legend view.
Public methodPromptToPlaceViewOnSheet
Prompts the user to place a specified view onto a sheet.
Public methodRefreshActiveView
Refresh the display of the active view in the active document.
Public methodRequestViewChange
Requests an asynchronous change of the active view in the currently active document.
Public methodSaveAndClose
Close the document, prompting the user for saving it when necessary.
Public methodSaveAs()()()()
Saves the document to a file name obtained from the Revit user without prompting the user to overwrite file if it exists.
Public methodSaveAs(UISaveAsOptions)
Saves the document to a file name obtained from the Revit user optionally prompting the user to overwrite file if it exists.
Public methodShowElements(Element)
Shows the element by zoom to fit.
Public methodShowElements(ElementId)
Shows the element by zoom to fit.
Public methodShowElements(ICollection<(Of <<'(ElementId>)>>))
Shows the elements by zoom to fit.
Public methodShowElements(ElementSet)
Shows the elements by zoom to fit.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateAllOpenViews
Update all open views in this document after elements have been changed, deleted, selected or de-selected. Graphics in the views are fully redrawn regardless of which elements have changed.

Properties

  NameDescription
Public propertyActiveGraphicalView
The currently active graphical view of the currently active document.
Public propertyActiveView
The currently active view of the currently active document.
Public propertyApplication
Retrieves an object that represents the current Application.
Public propertyDocument
Returns the database level document represented by this UI-level document.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertySelection
Retrieve the currently selected Elements in Autodesk Revit.

See Also