How I can to get IDEFeatureClass by IWorkspace or by GDB database path?
ArcGis desktop 10.3
Hi,
Sample for IDETable, but it will work and for IDEFeatureClass
IGPUtilities gputilities = new GPUtilitiesClass(); IDETable TargetTable = (IDETable)gputilities.MakeDataElement(pathToTable, null, null);
pathToTable = Path.Combine(pWorkspace.PathName, tableName);
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.