ExternallyTaggedNonBReps.Add Method
Adds a copy of the input ExternallyTaggedNonBRep to this collection.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void Add( ExternallyTaggedNonBRep geometry )
Parameters
geometry
ExternallyTaggedNonBRep
The ExternallyTaggedNonBRep to be added.
Exceptions
Exception
Condition
ArgumentException
The ExternalGeometryId of geometry already exists in this collection.
ArgumentNullException
A non-optional argument was null
See Also
Reference
ExternallyTaggedNonBReps Class
Autodesk.Revit.DB Namespace