how to assign new wkid to mappoint
ok so I have a point and I have set its x and y in latlong, now I need to set the wkid to "4369" but I get the error that wkid is not a member of mappoint. so How do I set the wkid on a geometry?
0
-
Hi Jeff,
You need to refer to the MapPoint documentation from ESRI.
The property you need to assign is SpatialReference. Assign myPoint.SpatialReference to new SpatialReference(4369).
Cheers,
Christian.
0 -
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
Please sign in to leave a comment.
Comments
2 comments