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