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




Specifies the type of lines to be generated based on the service area analysis. Selecting the TRUE_LINES or TRUE_LINES_WITH_MEASURES option for large service areas will increase the amount of memory consumed by the analysis. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.