ESRI.ArcGIS.SpatialAnalystTools
center_point Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.SpatialAnalystTools Namespace > ExtractByCircle Class : center_point Property




The Point class dictates the center coordinate (x,y) of the circle defining the area to be extracted. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property center_point As Object
Visual Basic (Usage)Copy Code
Dim instance As ExtractByCircle
Dim value As Object
 
instance.center_point = value
 
value = instance.center_point
C# 
public object center_point {get; set;}

See Also

© 2010 All Rights Reserved.