Represents a base type for all other API objects. API object is a managed wrapper around a native data object.
More...
|
abstract override bool | Equals (object other) |
|
abstract override int | GetHashCode () |
|
|
virtual void | CheckValidity () |
|
|
abstract bool | IsValid [get] |
| Indicates if the API object is valid or not. More...
|
|
Represents a base type for all other API objects. API object is a managed wrapper around a native data object.
◆ IsValid
abstract bool Bexel.Api.ApiObject.IsValid |
|
get |
Indicates if the API object is valid or not.
If the underlying data object is destroyed or the associated project has been closed, API object state is invalidated and it cannot be used.