Revit 2026 API
Vertex |
Gets a stream that can be used to write vertices of type VertexPosition into the buffer.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public VertexStreamPosition GetVertexStreamPosition()
Public Function GetVertexStreamPosition As VertexStreamPosition
public: VertexStreamPosition^ GetVertexStreamPosition()
member GetVertexStreamPosition : unit -> VertexStreamPosition
Return Value
VertexStreamPositionThe 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