RVTDocs.com

VertexFormat.IsValid

Method
Description:
Tests whether the vertex format specification is valid for rendering.
Remarks:
The vertex format specifications are internally associated with low-level graphics state and may become invalidated when the state changes. Therefore, an application should test each vertex format object for validity before using it when submitting geometry. If the vertex format object becomes invalid, the application should re-create it.
Syntax
public bool IsValid()