Skip to main content

CType(geometry,Polygon).Rings ambiguous error

Comments

1 comment

  • Ryan Cooney

    Hi Ryan,

    You should be able avoid the error by using the fully qualified type name in the expression.

    CType(geometry, ESRI.ArcGIS.Client.Geometry.Polyline).Paths

    --Ryan

    0

Please sign in to leave a comment.