public static MapPoint FromEsriShape( byte[] esriShapeBuffer, SpatialReference spatialReference )
Public Shared Function FromEsriShape( _ ByVal esriShapeBuffer() As Byte, _ Optional ByVal spatialReference As SpatialReference _ ) As MapPoint
Parameters
- esriShapeBuffer
- Esri shape buffer representation of a MapPoint.
- spatialReference
- The spatial reference of the MapPoint
Return Value
A MapPoint.