c# - Keep Annotations separate in a FeatureLayer -


i have arcgis map server hosted somewhere. have multiple c# clients connected server, , want able create new layers or separate sets of annotations on client, can shared else.

i looked @ dynamically adding layers feature service, found how add features layer.

is there way can add new layers service through client, eg. 1) initialize new local layer , 2) publish feature service online?

or there way keep sets of annotations separate on existing hosted layer through field or identifier?

end goal: each user can create new layers or sets of annotations, may shared other users. changes should saved geodatabase.

thank you.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -