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




The data type of the output returned from the Python expression. This parameter should be used in ModelBuilder to help chain Calculate Value with other tools. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.