C-DEngine 5.105

nmiCtrlTouchDraw..::..IsSynced Property

if set to true, the control will send NEWDRAWOBJECT to all nodes

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

Syntax


public Nullable<bool> IsSynced { get; set; }
Public Property IsSynced As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> IsSynced {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}