Select to view content in your preferred language

arcpy.AddField_management

2396
0
04-16-2013 07:25 AM
JamesCrandall
MVP Alum
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. 

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.
Tags (2)
0 Kudos
0 Replies