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/
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.