Slu.Heureka.HeurekaAPI.GIS Namespace > HeurekaZones Class : GetCountyCodes Method |
'Declaration
Public Shared Function GetCountyCodes( _ ByVal points As IList(Of Point), _ Optional ByVal projection As DotSpatial.Projections.ProjectionInfo _ ) As IList(Of CountyCode)
'Usage
Dim points As IList(Of Point) Dim projection As DotSpatial.Projections.ProjectionInfo Dim value As IList(Of CountyCode) value = HeurekaZones.GetCountyCodes(points, projection)
public static IList<CountyCode> GetCountyCodes( IList<Point> points, DotSpatial.Projections.ProjectionInfo projection )
public: static IList<CountyCode>^ GetCountyCodes( IList<Point^>^ points, DotSpatial.Projections.ProjectionInfo^ projection )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2