UID usage data collection in arcengine

Source: Internet
Author: User
Detailed description of uid parameters of the getlayer method in arcengine

Several values in UID and their meanings:

{6ca416b1-e160-11d2-9f4e-00c04f6bc78e} idatalayer

{40a9e885-5533-11d0-98be-00805f7ced21} ifeaturelayer

E156D7E5-22AF-11D3-9F99-00C04F6BC78E} igeofeaturelayer

{34b2ef81-f4ac-11d1-a245-080009b6f22b} igraphicslayer

{5ceae408-4c0a-437f-9db3-054d83919850} ifdographicslayer

{0c22a4c7-dafd-11d2-9f46-00c04f6bc78e} icoverageannotationlayer

{EDAD6644-1810-11D1-86AE-0000F8751720} igrouplayer

Example:

[HTML] View plaincopy
  1. Private bool islayerexist (string layername)
  2. {
  3. UIDUid = new uidclass ();
  4. UID. value = "{40a9e885-5533-11d0-98be-00805f7ced21}"; // indicates that only vector layers are obtained.
  5. IenumlayerLayers = mapcontrol. get_layers (UID, true );
  6. Ilayer layer;
  7. While (Layer = layers. Next ()! = NULL)
  8. {
  9. If (Layer. Name = layername)
  10. {
  11. Return true;
  12. }
  13. }
  14. Return false;
  15. }

Reprinted from: http://blog.csdn.net/zy332719794/article/details/7469477

Http://blog.sina.com.cn/s/blog_4f9387ab0100i2ag.htmlhttp://hi.baidu.com/steeeeps/item/103d0a491ed33408c116138d

 

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.