C-DEngine 5.105

TheNMILiveTag..::..IsActive Property

True if the tag is active

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

Syntax


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