public new static Envelope FromEsriShape( byte[] esriShapeBuffer, SpatialReference spatialReference )
Public Shared Shadows Function FromEsriShape( _ ByVal esriShapeBuffer() As Byte, _ Optional ByVal spatialReference As SpatialReference _ ) As Envelope
Parameters
- esriShapeBuffer
- Esri shape buffer representation of Envelope. Note that the buffer will actually represent a Polygon because there is not an Esri shape buffer representation of an envelope.
- spatialReference
- (Optional)The spatial reference of the Envelope.
Return Value
A Envelope.