Created
September 19, 2016 23:10
-
-
Save bradbrowne/23e886c18467616e6c16db09a4369ad7 to your computer and use it in GitHub Desktop.
Get ArcGIS Geometry Service Url from Feature Service Url in VB.NET
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(New Uri(assetFeatureServiceUrl)).GetLeftPart(UriPartial.Authority) + "/arcgis/rest/services/Utilities/Geometry/GeometryServer" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment