BaseMesh.UnlockVertexBuffer() Method (Microsoft.DirectX.Direct3D)

Unlocks a vertex buffer.

Definition

Visual Basic Public Sub UnlockVertexBuffer()
C# public void UnlockVertexBuffer();
C++ public:
void UnlockVertexBuffer();
JScript public function UnlockVertexBuffer();

Remarks

Exceptions

InvalidCallException

The method call is invalid. For example, a method's parameter might contain an invalid value.

Applies To

Mesh, ProgressiveMesh

See Also