Пример #1
0
 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
        public CommonEltMbType_t getMbType()
        {
            CommonEltMbType_t ret = (CommonEltMbType_t)commonWRAPPINVOKE.CommonMb_getMbType(swigCPtr);

            return(ret);
        }
Пример #3
0
 public CommonMb(uint uiAddress, uint uiX, uint uiY, CommonEltMbType_t eMbType)
     : this(commonWRAPPINVOKE.new_CommonMb__SWIG_0(uiAddress, uiX, uiY, (int)eMbType), true)
 {
 }