Creates an object representing element or subelement.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static Subelement Create(
Document aDoc,
Reference reference
)
Parameters
- aDoc Document
-
The document.
- reference Reference
-
The reference that identifies element or subelement.
Return Value
Subelement
The newly created subelement.
Exceptions
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.
See Also
Reference