Revit 2025 API
BRep |
Validates the associated (in the constructor) BRepBuilder for this BRepBuilderPersistentIds.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsAssociatedBRepBuilderValid()
Public Function IsAssociatedBRepBuilderValid As Boolean
public: bool IsAssociatedBRepBuilderValid()
member IsAssociatedBRepBuilderValid : unit -> bool
Return Value
BooleanTrue if the associated BRepBuilder exists, false otherwise.
See Also