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




Defines the criteria used to match rows. The attributes from the Join Features are transferred to the Target Features whenever this spatial relationship (or Match Option) is found. The match options are: (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.