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




Along with the index interval, the base height is used to determine what contours are produced. The base height is a starting point from which the index interval is either added or subtracted. By default, the base contour is 0.0. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.