Skip to content

Instantly share code, notes, and snippets.

@bradbrowne
Created September 19, 2016 23:10
Show Gist options
  • Save bradbrowne/23e886c18467616e6c16db09a4369ad7 to your computer and use it in GitHub Desktop.
Save bradbrowne/23e886c18467616e6c16db09a4369ad7 to your computer and use it in GitHub Desktop.
Get ArcGIS Geometry Service Url from Feature Service Url in VB.NET
(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