protected static Geometry FromEsriShape( byte[] esriShapeBuffer, SpatialReference spatialReference )
Protected Shared Function FromEsriShape( _ ByVal esriShapeBuffer() As Byte, _ Optional ByVal spatialReference As SpatialReference _ ) As Geometry
Parameters
- esriShapeBuffer
- Esri shape buffer representation of the geometry.
- spatialReference
- (Optional)The spatial reference of the geometry.
Return Value
A Geometry. The GeometryType is based on the >Esri shape buffer.