Hi,
in ArcCatalog (using 10.2) I can increase the length of a field (string) by hand (see attachments).
But how can I do this programmatically with ArcObjects?
IClassSchemaEdit only allows me to alter the fieldname.
If there is no way to do this I have to create a new field with correct
length and then I have to copy values from the old field into the new one.