ISs = da.SearchCursor("ISpoint_lyr", "*") for IS in ISs: for index in range(len(ISs.fields)): if index <> shapeFieldIndex: propStr += ";{0}".format(IS[index])
STR_result = STR_result.encode('utf8', 'replace')
ISs = da.SearchCursor("ISpoint_lyr", "*") for IS in ISs: propStr = u"" for index in range(len(ISs.fields)): if index <> shapeFieldIndex: propStr += u";{0}".format(IS[index])
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.