C-DEngine 5.105

nmiCtrlShape..::..AddShape Property

Adds a new shape to the area

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

Syntax


public string AddShape { get; set; }
Public Property AddShape As String
	Get
	Set
public:
property String^ AddShape {
	String^ get ();
	void set (String^ value);
}