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