| Revit 2020 API |
| IndexLine Constructor |
| IndexLine Class See Also |
Constructs the line segment primitive.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2017
Syntax
| C# |
|---|
public IndexLine( int index0, int index1 ) |
| Visual Basic |
|---|
Public Sub New ( _ index0 As Integer, _ index1 As Integer _ ) |
| Visual C++ |
|---|
public: IndexLine( int index0, int index1 ) |
Parameters
- index0
- Type: System..::..Int32
The index of the line segment's first vertex.
- index1
- Type: System..::..Int32
The index of the line segment's second vertex.