2024 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
C VertexIndexPair(Int32, Int32) None Initializes a new instance of the class
Name Return Type Description
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.