Volume.Disposed Property (Microsoft.DirectX.Direct3D)
Gets a value that indicates whether the object is disposed.
Visual Basic Public ReadOnly Property Disposed As Boolean C# public bool Disposed { get; } C++ public:
property bool Disposed {
bool get();
}JScript public function get Disposed() : boolean
System.Boolean
This property is read-only.
Returns true if the object is disposed; otherwise, false.
Show: