Skip to main content

Geocortex.CoreILogicalEqualityComparable - Add One To Your Project

Comments

2 comments

  • 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

Please sign in to leave a comment.