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




Determines whether to locate and return only the closest features or return all the features within the search radius. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.