ESRI.ArcGIS.AnalysisTools
SpatialJoin Constructor(Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.AnalysisTools Namespace > SpatialJoin Class > SpatialJoin Constructor : SpatialJoin Constructor(Object,Object,Object)




target_features
The attributes from the Join Features are transferred to the Target Features whenever a specified spatial relationship (or Match Option) is found. The Target Features can be any spatial data source supported by ArcGIS. (In, Required)
join_features
The attributes from the Join Features are transferred to the Target Features whenever a specified spatial relationship (or Match Option) is found. The Join Features can be any spatial data source supported by ArcGIS. (In, Required)
out_feature_class
A new feature class containing the attributes of the Join Features joined to the Target Features. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal target_features As Object, _
   ByVal join_features As Object, _
   ByVal out_feature_class As Object _
)
Visual Basic (Usage)Copy Code
Dim target_features As Object
Dim join_features As Object
Dim out_feature_class As Object
 
Dim instance As SpatialJoin(target_features, join_features, out_feature_class)
C# 
public SpatialJoin( 
   object target_features,
   object join_features,
   object out_feature_class
)

Parameters

target_features
The attributes from the Join Features are transferred to the Target Features whenever a specified spatial relationship (or Match Option) is found. The Target Features can be any spatial data source supported by ArcGIS. (In, Required)
join_features
The attributes from the Join Features are transferred to the Target Features whenever a specified spatial relationship (or Match Option) is found. The Join Features can be any spatial data source supported by ArcGIS. (In, Required)
out_feature_class
A new feature class containing the attributes of the Join Features joined to the Target Features. (Out, Required)

See Also

© 2010 All Rights Reserved.