Hello,
I wish to create a new field (column) in the attribute table of a specific layer with the SDK .Net.
It is possible to create a new row (ligne) in the attribute table with createRow(RowBuffer rowbuffer) but a function to create a field don't seem to existe.
I found in the api reference that there was a field class and an attribute class that allow to get information about a field but nothing to actually create one. All the create function that I found allow to create a feature, or a row but not a field.
I also searched in the sample available on github (Esri/arcgis-pro-sdk-community-samples · GitHub ).
Maybe I missed something in the api reference.
Thank you for your help.
or as it was pointed out to me: