C-DEngine 5.105

nmiPlatBag..::..AllowAllNodes Property

Control only shows if requested from First Node

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

Syntax


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