示例#1
0
        public string ReadAsString()
        {
            string ret = GdalPINVOKE.Attribute_ReadAsString(swigCPtr);

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