IDEA
|
Make GUID field able for make coded domain and make TableToDomain_management tool able to use GlobalID and OBJECTID for coded_field. If you have a little table with a list of thing and you want to make use a GlobalID or ObjectID for coded value. Exemple : >>> arcpy.TableToDomain_management('Prototype.gdb\\Adresse', "GlobalID", "Titulaire", 'Prototype.gdb' ,"_Exemple_GUID", "_EXEMPLE_GUID", "REPLACE") Runtime error Traceback (most recent call last): File "<string>", line 1, in <module> File "c:\arcgis\desktop10.5\arcpy\arcpy\management.py", line 1815, in TableToDomain raise e ExecuteError: ERROR 000308: Invalid field type
... View more
10-25-2018
07:43 AM
|
3
|
2
|
210
|
IDEA
|
Make GUID field able for make coded domain and make TableToDomain_management tool able to use GlobalID and OBJECTID for coded_field. If you have a little table with a list of thing and you want to make use a GlobalID or ObjectID for coded value. Exemple : >>> arcpy.TableToDomain_management('Prototype.gdb\\Adresse', "GlobalID", "Titulaire", 'Prototype.gdb' ,"_Exemple_GUID", "_EXEMPLE_GUID", "REPLACE") Runtime error Traceback (most recent call last): File "<string>", line 1, in <module> File "c:\arcgis\desktop10.5\arcpy\arcpy\management.py", line 1815, in TableToDomain raise e ExecuteError: ERROR 000308: Invalid field type
... View more
10-25-2018
07:43 AM
|
3
|
2
|
183
|
POST
|
Yes, I use 10.1 SP1 the datatype = "Feature Set" in param0 is the bad parameter. For the Feature Set use GPFeatureRecordSetLayer parameter. Unlike my first response, the direction parameter can be output «direction="Output"» Jean
... View more
05-29-2013
11:07 AM
|
0
|
0
|
41
|
POST
|
Hi I had the same problem as yours To Resolve, I used the following parameter: GPFeatureRecordSetLayer maybe it can solve your problem: param0 = arcpy.Parameter( displayName = "FS Output", name = "fsOutput", datatype = "GPFeatureRecordSetLayer", parameterType = "Derived", direction = "Intput") Jean
... View more
05-29-2013
08:10 AM
|
0
|
0
|
41
|
IDEA
|
Create a new toolbox for managing bookmark. This toolbox may have differents tools for exemple : create bookmark, import and export bookmark, rename bookmark delete bookmark, replace bookmark. With this tools, we can use in de scripting environement (arcpy).
... View more
08-16-2011
09:07 AM
|
18
|
2
|
745
|
IDEA
|
Add a function for projection on the fly for coordinates in a python script
... View more
09-02-2010
06:35 AM
|
6
|
2
|
245
|
IDEA
|
-->
Make class in arcpy for alter annotation feature class proprerty like change text color.
... View more
08-25-2010
01:21 PM
|
20
|
0
|
302
|
Online Status |
Offline
|
Date Last Visited |
8 hours ago
|