Create
Method
Description:
Creates an object representing element or subelement.
Creates an object representing element or subelement.
Remarks:
If %reference% points to linked document:
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.
Parameters
Parameter | Type | Description |
---|---|---|
aDoc | Autodesk.Revit.DB.Document | The document. |
reference | Autodesk.Revit.DB.Reference | The reference that identifies element or subelement. |
Return Value
Type | Description |
---|---|
GetReference()()()() | The newly created subelement. |
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions.ArgumentException | reference does not identify a valid element or subelement. |
Autodesk.Revit.Exceptions.ArgumentNullException | A non-optional argument was null |