Arcengine really release the lock file and completely remove the layer

Source: Internet
Author: User

ArcMap automatically generates a lock file in the lock format when the layer is loaded, and the lock file is automatically deleted when you right-click the Remove layer. However, AE development can not be deleted normally, after removing the layer lock file still exists, which makes it impossible to operate the layer elsewhere, only close the program can delete lock files, completely release resources.

If you do not close the program, the lock file will not be deleted.

The lock file cannot be deleted even if the workspace is freed with the use method. This interface is available in the Help documentation

Code:

Iworkspacefactory PWF = new Shapefileworkspacefactory ();//close resource lock   Iworkspacefactorylockcontrol Ipwsfactorylock = Iworkspacefactorylockcontrol) pwf;if (ipwsfactorylock.schemalockingenabled) {    Ipwsfactorylock.disableschemalocking ();}

Arcengine really release the lock file and completely remove the layer

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.