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




Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property CenterPoint As Point
Visual Basic (Usage)Copy Code
Dim instance As CircularArc
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.