2027 Constructor
Changes 0
C

VertexFormat

Description:
Constructs the specification of vertex format from a numerical representation.
public VertexFormat(
	VertexFormatBits vertexFormatBits
)
  • vertexFormatBits
    The numerical representation of the vertex format.
  • A value passed for an enumeration argument is not a member of that enumeration
  • This VertexFormat is not available because Revit is not currently rendering. In general, this VertexFormat must be used in the scope of the RenderScene() callback of IDirectContext3DServer.