ESRI.ArcGIS.ADF.ArcGISServer
CenterPoint Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > EllipticArc Class : CenterPoint Property




Syntax

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

See Also

© 2010 All Rights Reserved.