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




The difference, in Z units, between index contours. The value specified should be evenly divisible by the contour interval. Typically, it’s five times greater. Use of this parameter adds an attribute field to the output feature class that’s used to differentiate index contours from regular contours. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.