コード例 #1
0
ファイル: CommonMb.cs プロジェクト: sarandogou/thialgou
 public CommonMb(uint uiAddress, uint uiX, uint uiY, CommonEltMbType_t eMbType) : this(commonWRAPPINVOKE.new_CommonMb__SWIG_0(uiAddress, uiX, uiY, (int)eMbType), true)
 {
 }
コード例 #2
0
ファイル: CommonMb.cs プロジェクト: sarandogou/thialgou
        public CommonEltMbType_t getMbType()
        {
            CommonEltMbType_t ret = (CommonEltMbType_t)commonWRAPPINVOKE.CommonMb_getMbType(swigCPtr);

            return(ret);
        }
コード例 #3
0
ファイル: CommonMb.cs プロジェクト: sarandogou/thialgou
 public CommonMb(uint uiAddress, uint uiX, uint uiY, CommonEltMbType_t eMbType)
     : this(commonWRAPPINVOKE.new_CommonMb__SWIG_0(uiAddress, uiX, uiY, (int)eMbType), true)
 {
 }