BRepBuilderGeometryId Constructor |
Copy constructor
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic BRepBuilderGeometryId(
BRepBuilderGeometryId other
)
Public Sub New (
other As BRepBuilderGeometryId
)
public:
BRepBuilderGeometryId(
BRepBuilderGeometryId^ other
)
new :
other : BRepBuilderGeometryId -> BRepBuilderGeometryId
Parameters
- other BRepBuilderGeometryId
-
Exceptions
See Also