How to dynamically set host and mapserverobject attributes using ArcGIS Server

Source: Internet
Author: User
We use ArcGIS Server. Net ADF to develop applications.ProgramWhen using map webcontrol, the host and mapserverobject are usually set by setting the properties of the control. Then how can we dynamically change these attributes during the program running so that the map content changes accordingly. Below is C #'sCode:
Process description
'Map1 is the map control map1.host = "servername"; map1.serverobject = "serverobjectname"; webmap = map1.createwebmap (); imapserver mapserver = webmap. mapserver; imapserverobjects mapserverobjects = mapserver as imapserverobjects; mapserverobjects. refreshserverobjects (); webmap. refresh ();

 

From: http://www.gisempire.com/blog/group.asp? Cmd = show & gid = 2 & pid = 15

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.