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




Allows for a block of code to be entered for complex expressions. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.