How to reset Projection of a table

1394
2
05-04-2011 08:52 AM
eykim
by
New Contributor
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.
0 Kudos
2 Replies
LanceShipman
Esri Regular Contributor
There is no function included in the API that allows a Projection to be reset. I'll enter an enhancement request.
0 Kudos
eykim
by
New Contributor
Awesome! Thanks!!!
0 Kudos