ESRI.ArcGIS.Mobile
CreateFromWgs84EsriShape Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Geometry Class : CreateFromWgs84EsriShape Method

spatialReference
buffer
Create a Geometry from a Geometry exported from ArcGIS based on Wgs84 Geographical Coordinate System.

Syntax

Visual Basic (Declaration) 
Public Shared Function CreateFromWgs84EsriShape( _
   ByVal spatialReference As SpatialReference, _
   ByVal buffer() As Byte _
) As Geometry
C# 
public static Geometry CreateFromWgs84EsriShape( 
   SpatialReference spatialReference,
   byte[] buffer
)

Parameters

spatialReference
buffer

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also