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




The name of a field to be added to the output feature class, which contains the distance between the Target Feature and the closest Join Feature. This option is only valid when the spatial relationship (or Match Option) CLOSEST is specified. If no field name is specified, the field will not be added to the output feature class. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.