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.
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.
No errors popup, but the field doesn't show up after it adds it with this code.
Code:
arcpy.AddField_management(outfc, "hgraph", "BLOB")
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.