예제 #1
0
        public string GetAxisName(string target_key, int iAxis)
        {
            string ret = OsrPINVOKE.SpatialReference_GetAxisName(swigCPtr, target_key, iAxis);

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