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();
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.