Constructs the line segment primitive.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IndexLine( int index0, int index1 )
Parameters
- index0 Int32
- The index of the line segment's first vertex.
- index1 Int32
- The index of the line segment's second vertex.
