Zum Hauptinhalt gehen

Geocortex.CoreILogicalEqualityComparable - Add One To Your Project

Kommentare

2 Kommentare

  • Permanently deleted user

    Hi Walter

    I would suggest that it is more likely that where you are doing your expression:

    CType(GravityMainResult.features.first.geometry, polyline)

    that you need to have:

    CType(GravityMainResult.features.first.geometry, ESRI.ArcGIS.Client.Geometry.Polyline)

    so that it is clear which polyline of the 3 possiblities you actually want since polyline object is available in 3 different namespaces.

    Regards

    Ralph

    0
  • Permanently deleted user

    Thanks Ralph,

    A perfect solution. Again.....

    Walter

     

    0

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