ESRI.ArcGIS.LinearReferencingTools
CreateRoutes Class Members
See Also  Properties  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.LinearReferencingTools Namespace : CreateRoutes Class




The following tables list the members exposed by CreateRoutes.

Public Constructors

 NameDescription
Public ConstructorCreateRoutes ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertybuild_indexSpecifies whether an attribute index will be created for the route identifier field that is written to the output route feature class. (In, Optional)  
Public Propertycoordinate_priorityThe position from which measures will be accumulated for each output route. This parameter is ignored when the measure source is TWO_FIELDS. (In, Optional)  
Public Propertyfrom_measure_fieldA field containing measure values. This field must be numeric and is required when the measure source is ONE_FIELD or TWO_FIELDS. (In, Optional)  
Public Propertyignore_gapsSpecifies whether spatial gaps will be ignored when calculating the measures on disjointed routes. This parameter is applicable when the measure source is LENGTH or ONE_FIELD. (In, Optional)  
Public Propertyin_line_featuresThe features from which routes will be created. (In, Required)  
Public Propertymeasure_factorA value multiplied by the measure length of each input line before they are merged to create route measures. The default is 1. (In, Optional)  
Public Propertymeasure_offsetA value added to the route measures after the input lines have been merged to create a route. The default is 0. (In, Optional)  
Public Propertymeasure_sourceSpecifies how route measures will be obtained. (In, Required)  
Public Propertyout_feature_classThe feature class to be created. It can be a shapefile or a geodatabase feature class. (Out, Required)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertyroute_id_fieldThe field containing values that uniquely identify each route. (In, Required)  
Public Propertyto_measure_fieldA field containing measure values. This field must be numeric and is required when the measure source is TWO_FIELDS. (In, Optional)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Top

See Also

© 2010 All Rights Reserved.