| Revit 2021 API |
| VertexPositionColored Members |
| VertexPositionColored Class Constructors Methods Properties See Also |
The VertexPositionColored type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| VertexPositionColored |
Constructs the vertex from a point and a color.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from Vertex.) | |
| Equals | (Inherited from Object.) | |
| GetColor |
Gets the vertex's color.
| |
| GetHashCode | (Inherited from Object.) | |
| GetSizeInFloats |
Gets the amount of storage that the vertex takes up in a buffer, measured in floats.
| |
| GetType | (Inherited from Object.) | |
| SetColor |
Sets the vertex's color.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| IsValidObject |
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from Vertex.) | |
| Position |
The vertex's position.
|