Zum Hauptinhalt gehen

how to assign new wkid to mappoint

Kommentare

2 Kommentare

  • Permanently deleted user

    Hi Jeff,

         You need to refer to the MapPoint documentation from ESRI. 

    http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Geometry.MapPoint_members.html

        The property you need to assign is SpatialReference. Assign myPoint.SpatialReference  to new SpatialReference(4369).

    Cheers,

    Christian.

     

    0
  • Permanently deleted user

    Thanks --

    I used assign in the workflow as below:

     

    mygeopt.SpatialReference.WKID = 4369

    mygeopt.X = -110.0

    mygeopt.Y = 43.50

     

    etc.

    Thanks again.

    Jeff

     

    0

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