Creates a copy of the given EdgeEndPoint instance.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2021
Syntax
| C# |
|---|
public EdgeEndPoint( EdgeEndPoint otherObject ) |
| Visual Basic |
|---|
Public Sub New ( _ otherObject As EdgeEndPoint _ ) |
| Visual C++ |
|---|
public: EdgeEndPoint( EdgeEndPoint^ otherObject ) |
Parameters
- otherObject
- Type: Autodesk.Revit.DB..::..EdgeEndPoint
The given EdgeEndPoint instance.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |