Is there a way to extent the Fields of Shapefile Feature Table, such as adding adding a new Column to the table The only option that i m seeing is FeatureTable.Fields.Count not FeatureTable.Fields.Add just like any other list or collection class or method
... View more