Revit 2020 API |
VertexBuffer..::..GetVertexStreamPosition Method |
VertexBuffer Class See Also |
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: 20.0.0.0 (20.0.0.377)
Since:
2017
Syntax
C# |
---|
public VertexStreamPosition GetVertexStreamPosition() |
Visual Basic |
---|
Public Function GetVertexStreamPosition As VertexStreamPosition |
Visual C++ |
---|
public: VertexStreamPosition^ GetVertexStreamPosition() |
Return Value
The stream that can be used to write into this buffer.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..InvalidOperationException | Thrown if the buffer is not mapped. -or- Thrown if the buffer has insufficient space. |