ESRI.ArcGIS.ADF.ArcGISServer
Point Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MarkerElement Class : Point Property




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

Syntax

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

See Also

© 2010 All Rights Reserved.