您的位置:首页 > 移动开发 > Objective-C

'Objects in this class cannot be updated outside an edit session'

2007-09-25 12:26 651 查看
问题
当一个要素类参与了一个拓扑(或Geometry Network)之后,对该要素类执行创建要素、修改要素图形或属性时,可能会出现这个异常:'Objects in this class cannot be updated outside an edit session'

原因
这是由于ArcEngine应用程序中使用的License权限不足引起的。在ArcEngine 应用程序里面通过ArcSDE进行编辑需要License'ArcGIS Engine Enterprise Geodatabase',或ArcEditor或ArcInfo。

解决办法
在ArcEngine应用程序的LicenseInitializer.InitializeApplication中,为程序增加Geodatabase的编辑权限。






Public Function InitializeApplicationFunction InitializeApplication As Boolean




'……


licenseStatus = CheckOutLicensesesriLicenseProductCode.esriLicenseProductCodeEngineGeoDB




licenseStatus = CheckOutLicensesesriLicenseProductCode.esriLicenseProductCodeEngine




'……


End Function

http://www.6635.info/archive/CiDonOu/2007-06-01-767805/%D4%DD%CA%B1%BF%D5
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐