예제 #1
0
        public int ExportToMICoordSys(out string argout)
        {
            int ret = OsrPINVOKE.SpatialReference_ExportToMICoordSys(swigCPtr, out argout);

            if (OsrPINVOKE.SWIGPendingException.Pending)
            {
                throw OsrPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }