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




Determines how joins between the Target Features and Join Features will be handled in the output feature class if multiple Join Features are found that have the same spatial relationship with a single Target Feature. For example, if a single point Target Feature is found within two separate polygon Join Features, should the attributes of both polygons be aggregated using a Field Map merge rule (JOIN_ONE_TO_ONE), or should the output contain two instances of the Target Feature: one instance with the attributes of one polygon, and one instance with the attributes of the other polygon (JOIN_ONE_TO_MANY). (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.