Zum Hauptinhalt gehen

CType(geometry,Polygon).Rings ambiguous error

Kommentare

1 Kommentar

  • 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

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