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




in_features
The input feature class or layer containing features from which distances are calculated to each feature in the Near Features. (In, Required)
near_features
The feature class or layer containing features from which distances are calculated to the closest feature in the Input Features. If multiple feature classes or layers are specified, an extra field named NEAR_FC will be added to the input feature class to identify which near feature class contains the closest feature. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal near_features As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim near_features As Object
 
Dim instance As Near3D(in_features, near_features)
C# 
public Near3D( 
   object in_features,
   object near_features
)

Parameters

in_features
The input feature class or layer containing features from which distances are calculated to each feature in the Near Features. (In, Required)
near_features
The feature class or layer containing features from which distances are calculated to the closest feature in the Input Features. If multiple feature classes or layers are specified, an extra field named NEAR_FC will be added to the input feature class to identify which near feature class contains the closest feature. (In, Required)

See Also

© 2010 All Rights Reserved.