Select to view content in your preferred language

GetDomain

3021
0
10-20-2014 05:16 PM
TimmonsGroup
Deactivated User

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

0 Kudos
0 Replies