ESRI.ArcGIS.Mobile
Polygon Constructor(CoordinateCollection)
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Polygon Class > Polygon Constructor : Polygon Constructor(CoordinateCollection)

shell
Initializes a new instance of the Polygon class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal shell As CoordinateCollection _
)
C# 
public Polygon( 
   CoordinateCollection shell
)

Parameters

shell

Remarks

The input CoordinateCollection object inserted as a shell.

Requirements

Target 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