Creates an object representing element or subelement.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2018
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- aDoc
- Type: Autodesk.Revit.DBDocument
The document.
- reference
- Type: Autodesk.Revit.DBReference
The reference that identifies element or subelement.
Return Value
The newly created subelement.Remarks
If %reference% points to linked document:
- The GetReference method of the newly created subelement will return the local reference in the linked document.
- The Document property of the newly created subelement will return the linked document.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentException | reference does not identify a valid element or subelement. |
Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |