| Revit 2021 API |
| IndexLine Members |
| IndexLine Class Constructors Methods Properties See Also |
The IndexLine type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| IndexLine |
Constructs the line segment primitive.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from IndexPrimitive.) | |
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetSizeInShortInts |
Gets the amount of storage that the primitive takes up in a buffer, measured in short integers.
| |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Index0 |
The index of the line segment's first vertex.
| |
| Index1 |
The index of the line segment's second vertex.
| |
| IsValidObject |
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from IndexPrimitive.) |