C-DEngine 5.105

TheNMIBaseControl..::..MainClassName Property

Allows to set the class of the TileEntry

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

Syntax


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