Exemplo n.º 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)
 {
 }
Exemplo n.º 2
0
        public CommonEltMbType_t getMbType()
        {
            CommonEltMbType_t ret = (CommonEltMbType_t)commonWRAPPINVOKE.CommonMb_getMbType(swigCPtr);

            return(ret);
        }
Exemplo n.º 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)
 {
 }