コード例 #1
0
 def _set_comment(self, comm):
     """Private method to set the Vector comment"""
     return libvect.Vect_set_comment(self.c_mapinfo, ctypes.c_char_p(comm))
コード例 #2
0
 def _set_comment(self, comm):
     return libvect.Vect_set_comment(self.c_mapinfo, ctypes.c_char_p(comm))