C-DEngine 5.105

TheDrawingObject..::..HasEnded Property

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

Syntax


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