Hello
I am trying to migrate 10.0 to 10.2. The application using FeatureLayer.getDomain method to get a DataTable. But in 10.2 the FeatureSource class no longer has the getDomain method. Does anybody know the 10.2 replacement for FeatureLayer.GetDomain Method? Following this the code.
DataTable dt = (DataTable)this._featureLayer.GetDomain(1, "OWNEDBY");
Thanks,
Jason