BaseMesh.Device Property (Microsoft.DirectX.Direct3D)

Retrieves the device associated with a mesh.

Definition

Visual BasicPublic ReadOnly Property Device As Device
C#public Device Device { get; }
C++public:
property Device^ Device {
        Device^ get();
}
JScriptpublic function get Device() : Device

Property Value

Microsoft.DirectX.Direct3D.Device
A Device object that represents the Microsoft Direct3D device object associated with the mesh.

This property is read-only. 

Remarks

Exceptions
InvalidCallException The call is invalid.

Applies To

Show: