Click or drag to resize

SDKViewWrapperIsDisposed Property

Gets or sets a value indicating whether the object has already been disposed or not.

Namespace:  ABB.Robotics.Tps.SDK.Base
Assembly:  ABB.Robotics.Tps.SDK.Base (in ABB.Robotics.Tps.SDK.Base.dll) Version: 6.5.129.0
Syntax
C#
protected bool IsDisposed { get; }

Property Value

Type: Boolean
true if the object has already been disposed; otherwise, false.
See Also