Initialised Property

Project Mercury API

[This is preliminary documentation and is subject to change.]

True if the Emitter object has been initialised, else false.

Namespace:  ProjectMercury.Emitters
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public bool Initialised { get; private set; }
Visual Basic (Declaration)
Public Property Initialised As Boolean
Visual C++
public:
property bool Initialised {
	bool get ();
	void set (bool value);
}

See Also