Share via


Mesh.UnlockAttributeBuffer() Method (Microsoft.DirectX.Direct3D)

Unlocks an attribute buffer.

Definition

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

Remarks

Exceptions

InvalidCallException

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

ArgumentExceptionLeave Site

The buffer must be locked before it is unlocked.

See Also