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




The data type of the output raster. It can be either 32 bit floating point or 32 bit integer. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property data_type As String
Visual Basic (Usage)Copy Code
Dim instance As TerrainToRaster
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.