Gets a stream that can be used to write vertices of type VertexPositionNormalColored into the buffer.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public VertexStreamPositionNormalColored GetVertexStreamPositionNormalColored()
Return Value
VertexStreamPositionNormalColoredThe stream that can be used to write into this buffer.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown if the buffer is not mapped. -or- Thrown if the buffer has insufficient space. |