Revit 2026 API
Externally |
Adds a copy of the input ExternallyTaggedNonBRep to this collection.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void Add( ExternallyTaggedNonBRep geometry )
Public Sub Add ( geometry As ExternallyTaggedNonBRep )
public: void Add( ExternallyTaggedNonBRep^ geometry )
member Add : geometry : ExternallyTaggedNonBRep -> unit
Parameters
- geometry ExternallyTaggedNonBRep
- The ExternallyTaggedNonBRep to be added.
| Exception | Condition |
|---|---|
| ArgumentException | The ExternalGeometryId of geometry already exists in this collection. |
| ArgumentNullException | A non-optional argument was null |
See Also