C-DEngine 5.105

TheBaseEngine..::..AssociatedPlugin Property

Returns the the ICDEPLugin of this TheBaseEngine

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

Syntax


public ICDEPlugin AssociatedPlugin { get; set; }
Public Property AssociatedPlugin As ICDEPlugin
	Get
	Set
public:
property ICDEPlugin^ AssociatedPlugin {
	ICDEPlugin^ get ();
	void set (ICDEPlugin^ value);
}