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




in_network_dataset
The network dataset on which the closest facility analysis will be performed. (In, Required)
out_network_analysis_layer
Name of the closest facility network analysis layer to create. (In, Required)
impedance_attribute
The cost attribute to be used as impedance in the analysis. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_network_dataset As Object, _
   ByVal out_network_analysis_layer As String, _
   ByVal impedance_attribute As String _
)
Visual Basic (Usage)Copy Code
Dim in_network_dataset As Object
Dim out_network_analysis_layer As String
Dim impedance_attribute As String
 
Dim instance As MakeClosestFacilityLayer(in_network_dataset, out_network_analysis_layer, impedance_attribute)
C# 
public MakeClosestFacilityLayer( 
   object in_network_dataset,
   string out_network_analysis_layer,
   string impedance_attribute
)

Parameters

in_network_dataset
The network dataset on which the closest facility analysis will be performed. (In, Required)
out_network_analysis_layer
Name of the closest facility network analysis layer to create. (In, Required)
impedance_attribute
The cost attribute to be used as impedance in the analysis. (In, Required)

See Also

© 2010 All Rights Reserved.