DataManagementTools
CalculateField Class Properties
See Also  Send Feedback
ESRI.ArcGIS.DataManagementTools Namespace : CalculateField Class




For a list of all members of this type, see CalculateField members.

Public Properties

 NameDescription
public PropertyAliasThe alias for this tool's toolbox.  
public Propertycode_blockUsed with the PYTHON expression type, it allows for a block of code to be entered for complex expressions. (In, Optional)  
public PropertyexpressionThe simple calculation expression used to create a value that will populate the selected rows. (In, Required)  
public Propertyexpression_typeSpecify the type of expression that will be used. {VB | PYTHON} (In, Optional)  
public PropertyfieldThe field that will be updated with the new calculation. (In, Required)  
public Propertyin_tableThe table that contains the rows from a specified field that will be calculated. The updated values will be added to this table. (In, Required)  
public Propertyout_tableOutput Feature Class (out, Optional)  
public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
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

© 2011 All Rights Reserved.