Share

RevitExport Object


Description

RevitExport Object.

Methods

Name Description
Delete Method that deletes the RevitExport browser node.
GetReferenceKey Generate the sequence of bytes, called this object's reference key, which can be held onto beyond document edits and which will allow the caller to be bound back to the live object.
Update Method that updates the Revit model file that relates with this RevitExport object.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
AttributeSets Gets the Attribute Sets collection on this object.
Definition Read-write property that returns the RevitExport definition that defines the current state of the RevitExport.
FullFileName Read-only property that returns the full filename of the Revit model file that relates with this RevitExport object.
Name Read-only property that gets browser node name of RevitExport..
Parent Gets the parent object from whom this object can logically be reached.
Type Gets the constant that indicates the type of this object.

Accessed From

RevitExportDefinition.Parent, RevitExports.Add, RevitExports.Item

Samples

Name Description
Create Revit Export sample This sample demonstrates how to create a RevitExport object.

Version

Introduced in version 2022

Was this information helpful?