IndexPoint
Description:
A point primitive consisting of one index.
A point primitive consisting of one index.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.DirectContext3D.IndexPrimitive
Autodesk.Revit.DB.DirectContext3D.IndexPoint
System.Object
Autodesk.Revit.DB.DirectContext3D.IndexPrimitive
Autodesk.Revit.DB.DirectContext3D.IndexPoint
public class IndexPoint : IndexPrimitive
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IndexPoint(Int32) | None | Constructs the point primitive. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | (Inherited from IndexPrimitive ) | IndexPrimitive |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetSizeInShortInts() | Int32 | Gets the amount of storage that the primitive takes up in a buffer, measured in short integers. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Index | int | The index of the point's vertex. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. (Inherited from IndexPrimitive ) | IndexPrimitive |