Exemplo n.º 1
0
        public override ArMapInterface clone()
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArMap_clone(swigCPtr);
            ArMapInterface        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArMapInterface(cPtr, false);

            return(ret);
        }
Exemplo n.º 2
0
        public override bool set(ArMapInterface other)
        {
            bool ret = AriaCSPINVOKE.ArMap_set(swigCPtr, ArMapInterface.getCPtr(other));

            return(ret);
        }
Exemplo n.º 3
0
 public ArForbiddenRangeDevice(ArMapInterface armap, double distanceIncrement) : this(AriaCSPINVOKE.new_ArForbiddenRangeDevice__SWIG_2(ArMapInterface.getCPtr(armap), distanceIncrement), true)
 {
 }
Exemplo n.º 4
0
 public ArForbiddenRangeDevice(ArMapInterface armap) : this(AriaCSPINVOKE.new_ArForbiddenRangeDevice__SWIG_3(ArMapInterface.getCPtr(armap)), true)
 {
 }
Exemplo n.º 5
0
 public ArForbiddenRangeDevice(ArMapInterface armap, double distanceIncrement, uint maxRange, string name) : this(AriaCSPINVOKE.new_ArForbiddenRangeDevice__SWIG_0(ArMapInterface.getCPtr(armap), distanceIncrement, maxRange, name), true)
 {
 }