Revit 2025.3 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: 25.3.0.0 (25.3.0.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