Share

BRepBuilder.IsValidPersistentIdsMap Method

A validator function that makes sure that all BRepBuilderGeometryIds in the input map can be found in this BRepBuilder object.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public bool IsValidPersistentIdsMap(
	BRepBuilderPersistentIds brepPersistentIds
)

Parameters

brepPersistentIds  BRepBuilderPersistentIds
The map that associates ExternalGeometryIds to BRepBuilderGeometryIds.

Return Value

Boolean
True if all BRepBuilderGeometryIds in the input map can be found in this BRepBuilder object, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?