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




The following tables list the members exposed by AddFieldToAnalysisLayer.

Public Constructors

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

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyfield_aliasThe alternate name given to the field name. This name is used to give more descriptive names to cryptic field names. The field alias parameter only applies to geodatabases and coverages. (In, Optional)  
Public Propertyfield_is_nullableA geographic feature where there is no associated attribute information. These are different from zero or empty fields and are only supported for fields in a geodatabase. (In, Optional)  
Public Propertyfield_lengthThe length of the field being added. This sets the maximum number of allowable characters for each record of the field. This option is only applicable on fields of type text or blob. (In, Optional)  
Public Propertyfield_nameThe name of the field that will be added to the specified sublayer of the network analysis layer. (In, Required)  
Public Propertyfield_precisionDescribes the number of digits that can be stored in the field. All digits are counted no matter what side of the decimal they are on. (In, Optional)  
Public Propertyfield_scaleSets the number of decimal places stored in a field. This parameter is only used in Float and Double data field types. (In, Optional)  
Public Propertyfield_typeThe field type used in the creation of the new field. (In, Required)  
Public Propertyin_network_analysis_layerNetwork analysis layer to which the new field will be added. (In, Required)  
Public Propertyoutput_layerNetwork Analyst Layer (out, Optional)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertysub_layerThe sublayer of the network analysis layer to which the new field will be added. (In, Required)  
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.