Revit 2026 API
Externally |
Checks if the input geometry could be added to this collection or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool CanAddExternallyTaggedNonBRep( ExternallyTaggedNonBRep geometry )
Public Function CanAddExternallyTaggedNonBRep ( geometry As ExternallyTaggedNonBRep ) As Boolean
public: bool CanAddExternallyTaggedNonBRep( ExternallyTaggedNonBRep^ geometry )
member CanAddExternallyTaggedNonBRep : geometry : ExternallyTaggedNonBRep -> bool
Parameters
- geometry ExternallyTaggedNonBRep
Return Value
BooleanTrue if we can add the input geometry to this collection, false otherwise.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
Duplicate ExternalGeometryIds are prohibited.
See Also