Hi there,Is there a way to reset a projection of a feature class in file geodatabase after the feature class is created?
Table oTable;
int wkid;
oTable.SetSpatialReferenceInfo(wkid)
I've gone through API and can't seem to find any classes/functions for that.