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