2023 Class
Changes 0
C

IndexLine

Description:
A line segment primitive consisting of two indices.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.DirectContext3D.IndexPrimitive
    Autodesk.Revit.DB.DirectContext3D.IndexLine
public class IndexLine : IndexPrimitive
Name Return Type Description Inherited From
C IndexLine(Int32, Int32) None Constructs the line segment primitive.
Name Return Type Description Inherited From
M GetSizeInShortInts() int Gets the amount of storage that the primitive takes up in a buffer, measured in short integers.
M Dispose() None Releases all resources used by the IndexPrimitive
Name Return Type Description Inherited From
P Index0 int The index of the line segment's first vertex.
P Index1 int The index of the line segment's second vertex.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. IndexPrimitive