IndexLine Class


A line segment primitive consisting of two indices.

Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since: 2017

Syntax

C#
public class IndexLine : IndexPrimitive
Visual Basic
Public Class IndexLine _
	Inherits IndexPrimitive
Visual C++
public ref class IndexLine : public IndexPrimitive

Inheritance Hierarchy

See Also