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




Controls the cellsize of the output raster. The cellsize is set in one of two ways. You can use the OBSERVERS option to specify how many cells you want on the longest side. The tool will then calculate the cellsize for you. Alternately, you can use the CELLSIZE option to give an explicit value. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.