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




in_network_dataset
The network dataset on which the service area analysis will be performed. (In, Required)
out_network_analysis_layer
Name of the service area 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 MakeServiceAreaLayer(in_network_dataset, out_network_analysis_layer, impedance_attribute)
C# 
public MakeServiceAreaLayer( 
   object in_network_dataset,
   string out_network_analysis_layer,
   string impedance_attribute
)

Parameters

in_network_dataset
The network dataset on which the service area analysis will be performed. (In, Required)
out_network_analysis_layer
Name of the service area 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.