using System.Runtime.InteropServices; namespace Interop.NmxAdptr; [ComImport] [CoClass(typeof(FMCObjClass))] [Guid("4422DBBC-3714-487C-81A4-CBA3B3E981A5")] public interface FMCObj : IFMC { }