C-DEngine 5.105

nmiPlatBag..::..AllowAddOnAllNodes Property

Control only shows if requested from First Node

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

Syntax


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