Adds a copy of the input ExternallyTaggedNonBRep to this collection.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2024
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- geometry
- Type: Autodesk.Revit.DBExternallyTaggedNonBRep
The ExternallyTaggedNonBRep to be added.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentException | The ExternalGeometryId of geometry already exists in this collection. |
Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |