IWorkspaceFactory pWorkspaceFactory = new FileGDBWorkspaceFactory();
IWorkspaceFactory pWorkspaceFactory = new FileGDBWorkspaceFactory();You should never use New to instantiate an instance of a singleton object. Use the Activator class instead. See the following help topic for more info.http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Interacting_with_singleton_objects/00010000043p000000/
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.