Ejemplo n.º 1
0
        public override ArMapObjectsInterface getChildObjects()
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArMap_getChildObjects(swigCPtr);
            ArMapObjectsInterface ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArMapObjectsInterface(cPtr, false);

            return(ret);
        }
Ejemplo n.º 2
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArMapObjectsInterface obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }