2027 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 Dispose() None (Inherited from IndexPrimitive ) IndexPrimitive
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetSizeInShortInts() Int32 Gets the amount of storage that the primitive takes up in a buffer, measured in short integers.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
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 Boolean Specifies whether the .NET object represents a valid Revit entity. (Inherited from IndexPrimitive ) IndexPrimitive