TheBaseEngine..::..AssociatedPlugin Property
   Returns the the ICDEPLugin of this TheBaseEngine
   
                
    Namespace: 
   nsCDEngine.EnginesAssembly: 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); }