Not a java expert, so I can't be certain... Anyway, the line you have commented out looks like it should be the better line to use. In C# the code you want would look like this (and works just fine on several samples I have):ISchematicInMemoryFeatureClassContainer sifcc =(ISchematicInMemoryFeatureClassContainer) inMemoryDiagram;IEnumSchematicInMemoryFeatureClass enumInMemoryFC = sifcc.getSchematicInMemoryFeatureClasses();enumInMemoryFC.reset();ISchematicInMemoryFeatureClass schInMrmoryFeatureClass = enumInMemoryFC.next();
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.