Zum Hauptinhalt gehen

Converting Geocortex Geometry to Features

Kommentare

1 Kommentar

  • Permanently deleted user

    Hi James,

    There is a Result property on the DisplayCaptureGeometry activity, which will let you store the point in a variable of type Esri.ArcGIS.Client.Geometry.

    The AddFeatures task takes an IEnumerable of Esri.ArcGIS.Client.Graphic objects, so you will have to create a new Graphic object, and assign the point you captured to it's geometry property. For example, you could use an Assign activity where myGraphicVariable.Geometry() = myCapturedPoint

    See workflow (https://support.geocortex.com/Data/Sites/1/addfeatures.zip) here .

    -Victoria 

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.