Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Indicates if Dispose() was called for this instance (and it's either in process of Disposing or already fully disposed).

Namespace: Visual3D.EntityModel
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public bool IsDisposed { get; }
Public ReadOnly Property IsDisposed As Boolean
	Get

See Also