Represents a connection between vertices in the top and bottom profile of a blend.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.VertexIndexPair
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public class VertexIndexPair
The VertexIndexPair type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| VertexIndexPair | Initializes a new instance of the VertexIndexPair class |
Properties
| Name | Description | |
|---|---|---|
| Bottom | The index of the vertex pair from the bottom profile. | |
| Top | The index of the vertex pair from the top profile. |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
