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




A Python list of Point class objects denote the locations where values will be extracted from the raster. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.