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




Find only the specified number of closest features. This parameter will not be used if the Find only closest feature option is checked. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property closest_count As Integer
Visual Basic (Usage)Copy Code
Dim instance As GenerateNearTable
Dim value As Integer
 
instance.closest_count = value
 
value = instance.closest_count
C# 
public int closest_count {get; set;}

See Also

© 2010 All Rights Reserved.