<Code Lib>
2025 Class
Changes 0
C

VertexIndexPair

Description:
Represents a connection between vertices in the top and bottom profile of a blend.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.VertexIndexPair

public class VertexIndexPair

Name Return Type Description Inherited From
C VertexIndexPair(Int32, Int32) VertexIndexPair Initializes a new instance of the VertexIndexPair class

Name Return Type Description Inherited From
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object

Name Return Type Description Inherited From
P Bottom int The index of the vertex pair from the bottom profile.
P Top int The index of the vertex pair from the top profile.

Loading…