Revit 2025.3 API
Vertex |
Gets a stream that can be used to write vertices of type VertexPositionColored into the buffer.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public VertexStreamPositionColored GetVertexStreamPositionColored()
Public Function GetVertexStreamPositionColored As VertexStreamPositionColored
public: VertexStreamPositionColored^ GetVertexStreamPositionColored()
member GetVertexStreamPositionColored : unit -> VertexStreamPositionColored
Return Value
VertexStreamPositionColoredThe stream that can be used to write into this buffer.
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if the buffer is not mapped. -or- Thrown if the buffer has insufficient space. |
See Also