Skip to content

Instantly share code, notes, and snippets.

@bradbrowne
Created September 19, 2016 06:22
Show Gist options
  • Save bradbrowne/b6b32bed5f74f6275678167653204f06 to your computer and use it in GitHub Desktop.
Save bradbrowne/b6b32bed5f74f6275678167653204f06 to your computer and use it in GitHub Desktop.
GeoCortex Get Geometry Service URL
<?xml version="1.0" encoding="utf-16"?>
<ClipboardData Version="1.0" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities/presentation" xmlns:p="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:sap2010="http://schemas.microsoft.com/netfx/2010/xaml/activities/presentation" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ClipboardData.Data>
<scg:List x:TypeArguments="x:Object" Capacity="1">
<p:Assign x:Name="__ReferenceID0" VirtualizedContainerService.HintSize="603,59">
<p:Assign.To>
<p:OutArgument x:TypeArguments="x:String">[geometryServiceUrl]</p:OutArgument>
</p:Assign.To>
<p:Assign.Value>
<p:InArgument x:TypeArguments="x:String">[(New Uri(assetFeatureServiceUrl)).GetLeftPart(UriPartial.Authority) + "/arcgis/rest/services/Utilities/Geometry/GeometryServer"]</p:InArgument>
</p:Assign.Value>
</p:Assign>
</scg:List>
</ClipboardData.Data>
<ClipboardData.Metadata>
<scg:List x:TypeArguments="x:Object" Capacity="4">
<scg:List x:TypeArguments="x:Object" Capacity="4">
<x:Reference>__ReferenceID0</x:Reference>
</scg:List>
</scg:List>
</ClipboardData.Metadata>
</ClipboardData>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment