2017-09-20 102 views
1

我已經加入參考「Minitab的18.0外接接口」,以及如何獲得「MTB」的參考?如何獲得「Mtb」的參考?

我GOOGLE了很多次,但我只能找到像 「Mtb.Application MtbApp =新的結核分枝桿菌的代碼。應用();」

我不知道「使用Mtb =?」的句子。

enter image description here

我知道這是一個新手的問​​題,但我從來沒有發現這方面的任何信息。

任何幫助,不勝感激。

PS:有沒有關於它的文檔或指南?

========================================= update ==== ======================= ·

我有 enter image description here

,並已試圖用MinitabAddinTLB的

;

使用Mtb = MinitabAddinTLB;

enter image description here

對不起,還是

enter image description here

+0

'Mtb.Application MtbApp = new Mtb.Application();'工作嗎? – LarsTech

+0

它不起作用@ LarsTech –

+0

這很奇怪。也許你可以直接問他們。 (支持ftw) –

回答

0

有一個名爲「MTB 18.0類型庫」背後的另一個參考,這是正確的。

我習慣了「Minitab的」,並沒有向下滾動到「MTB」行......

我覺得我太傻,也許我需要休息。

謝謝大家。

我需要再次工作。

0

注:我完全不知道是否有17.0和18.0 之間的差異,但也許這可以幫助你。

Add Minitab Addin Interface

然後你就可以添加一個公共類實現MinitabAddinTLB.IMinitabAddin接口。

using System.Runtime.InteropServices; 
using MinitabAddinTLB; 

public class AddIn : IMinitabAddin 
{ 
    internal static Mtb.Application mtbApp; 

    public void OnConnect(Int32 iHwnd, Object pApp, ref Int32 iFlags) {/* */} 
    /* */ 
} 
+0

背後有另一個名爲「mtb 18.0 Type Library」的參考文獻,它是正確的。 –

相關問題