C-DEngine 5.105

TheThing..::..IsDisabled Property

Can be used to Quickly Disable a Thing. Shortcut for "SetProperty("IsDisable", value).

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IsDisabled { get; set; }
Public Property IsDisabled As Boolean
	Get
	Set
public:
property bool^ IsDisabled {
	bool^ get ();
	void set (bool^ value);
}