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
Syntaxprotected bool IsDisposed { get; }Property Value
Type:
Booleantrue if the object has already been disposed; otherwise,
false.
See Also