Hi guys,
I would like to add an index to a field in a shapefile. I know that i can get all existing indexes through
IReadOnlyList<Index> idd = featClassDefinition.GetIndexes();
but i haven't been able to find a proper way to add a new index to a field.
Can anyone help me?
Thank you
Davide