ESRI.ArcGIS.ADF.ArcGISServer
Polygon Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > PolygonElement Class : Polygon Property




Shape of the element as a geometry, in this case it is a Polygon.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property Polygon As Geometry
Visual Basic (Usage)Copy Code
Dim instance As PolygonElement
Dim value As Geometry
 
instance.Polygon = value
 
value = instance.Polygon
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public Geometry Polygon {get; set;}

See Also

© 2010 All Rights Reserved.