Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

arcpy.AddField_management

$
0
0
What are the correct paramters for adding a BLOB field to a FGDB FeatureClass?

No errors popup, but the field doesn't show up after it adds it with this code.

Code:

arcpy.AddField_management(outfc, "hgraph", "BLOB")
Am I missing something with this?

Edit: what I am missing is that the is not visible in the attribute table or identify window when loaded into ArcMap 10.1, but that field does show up in the properties-->fields list. It is simply not set to visible.

Viewing all articles
Browse latest Browse all 2485

Trending Articles