Example #1
0
        public override ArMapObject findMapObject(string name)
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArMap_findMapObject__SWIG_2(swigCPtr, name);
            ArMapObject           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArMapObject(cPtr, false);

            return(ret);
        }
Example #2
0
        public override ArMapObject findMapObject(string name, string type, bool isIncludeWithHeading)
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArMap_findMapObject__SWIG_0(swigCPtr, name, type, isIncludeWithHeading);
            ArMapObject           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArMapObject(cPtr, false);

            return(ret);
        }
Example #3
0
        public virtual ArMapObject findMapObject(string name, string type)
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArMapObjectsInterface_findMapObject__SWIG_1(swigCPtr, name, type);
            ArMapObject           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArMapObject(cPtr, false);

            return(ret);
        }
Example #4
0
 public ArMapObject(ArMapObject mapObject) : this(AriaCSPINVOKE.new_ArMapObject__SWIG_1(ArMapObject.getCPtr(mapObject)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #5
0
        public static ArMapObject createMapObject(ArArgumentBuilder arg)
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArMapObject_createMapObject(ArArgumentBuilder.getCPtr(arg));
            ArMapObject           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArMapObject(cPtr, false);

            return(ret);
        }
Example #6
0
 public void enableOnceFromSector(ArMapObject mapObject)
 {
     AriaCSPINVOKE.ArActionMovementParameters_enableOnceFromSector(swigCPtr, ArMapObject.getCPtr(mapObject));
 }
Example #7
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArMapObject obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }