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 > InterpolateShape Class : sample_distance Property




The spacing at which z-values will be interpolated. By default, this is a raster's cell size or a TIN's natural densification. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.