Sets the mapping between the vertices in the top and bottom profiles.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public void SetVertexConnectionMap( VertexIndexPairArray vertexMap ) |
| Visual Basic |
|---|
Public Sub SetVertexConnectionMap ( _ vertexMap As VertexIndexPairArray _ ) |
| Visual C++ |
|---|
public: void SetVertexConnectionMap( VertexIndexPairArray^ vertexMap ) |
Parameters
- vertexMap
- Type: Autodesk.Revit.DB..::..VertexIndexPairArray
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | Thrown when the input argument-"vertexMap"-is nullNothingnullptra null reference (Nothing in Visual Basic). |
| Autodesk.Revit.Exceptions..::..ArgumentException | Thrown if the input argument-"vertexMap"-is empty. |
| Autodesk.Revit.Exceptions..::..InvalidOperationException | Thrown when the document failed to regenerate. |