VertexPositionNormalGetSizeInFloats Method

Gets the amount of storage that the vertex takes up in a buffer, measured in floats.

Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static int GetSizeInFloats()

Return Value

Int32
The number of floats occupied by one vertex of this type.
See Also