Checks if the input geometry could be added to this collection or not.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool CanAddExternallyTaggedNonBRep(
ExternallyTaggedNonBRep geometry
)
Parameters
- geometry ExternallyTaggedNonBRep
-
Return Value
Boolean
True if we can add the input geometry to this collection, false otherwise.
Exceptions
Remarks
Duplicate ExternalGeometryIds are prohibited.
See Also
Reference