VertexPair
Description:
Indices of a pair of vertices in two CurveLoops(one vertex in each loop).
Indices of a pair of vertices in two CurveLoops(one vertex in each loop).
Remarks:
A vertex is specified by the index in the CurveLoop of the curve having that vertex as its start point. Indexes start at 0.
A vertex is specified by the index in the CurveLoop of the curve having that vertex as its start point. Indexes start at 0.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.VertexPair
System.Object
Autodesk.Revit.DB.VertexPair
public class VertexPair : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| VertexPair(Int32, Int32) | None | Constructs a new VertexPair from a pair of indices in the curve loops. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the VertexPair | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| First | int | Identifies the first index of VertexPair. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| Second | int | Identifies the second index of VertexPair. |