Click here to view all files
 
Initializes a new instance of the Polygon class, applying the specified CoordinateSystem.

Namespace:  ESRI.ArcGISExplorer.Geometry
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public Polygon(
	CoordinateSystem coordinateSystem
)
Visual Basic (Declaration)
Public Sub New ( _
	coordinateSystem As CoordinateSystem _
)

Parameters

coordinateSystem
Type: ESRI.ArcGISExplorer.Geometry..::.CoordinateSystem
The CoordinateSystem of the new Polygon.

Remarks

Use this overload to initialize a Polygon if the coordinate system of the geometry is known at initialization time, but the spatial location is not known.

See Also

Relate Topics:
  Polygon Constructor
  Polygon Constructor (IEnumerable(Point))
  Polygon Constructor (IEnumerable(Point), CoordinateSystem)
Created by Atop CHM to web converter,© 2009 all right reserved.