BRepBuilderGeometryId Constructor |
Copy constructor
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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