VertexBuffer
Description:
Constructs the vertex buffer with the given capacity, measured in floats.
Constructs the vertex buffer with the given capacity, measured in floats.
public VertexBuffer(
int sizeInFloats
)
-
Int32sizeInFloatsThe number of floats that the buffer can contain.
-
This VertexBuffer is not available because Revit is not currently rendering. In general, this VertexBuffer must be used in the scope of the RenderScene() callback of IDirectContext3DServer.