VertexBufferGetVertexStreamPositionNormal Method |
Namespace: Autodesk.Revit.DB.DirectContext3DAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic VertexStreamPositionNormal GetVertexStreamPositionNormal()
Public Function GetVertexStreamPositionNormal As VertexStreamPositionNormal
public:
VertexStreamPositionNormal^ GetVertexStreamPositionNormal()
member GetVertexStreamPositionNormal : unit -> VertexStreamPositionNormal
Return Value
VertexStreamPositionNormal
The stream that can be used to write into this buffer.
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown if the buffer is not mapped.
-or-
Thrown if the buffer has insufficient space.
|
See Also