Property IsLoaded
IsLoaded
Allows to know if a scene is loaded in memory and thus if it is possible to call the functions which apply to the scene loaded in memory (majority of the Scene class members).
Declaration
public bool IsLoaded { get; }
Property Value
Type | Description |
---|---|
bool | Returns |
Remarks
This property has interest only in the case of the
development of an assistant or a plugin function in order to know
if a scene is quite open in KitchenDraw. In the case of the
development of an autonomous application with KDS.SDK.dll, a scene
exists by default and this function returns always
true
.