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




The name of the field used to record whether a contour is a regular or an index contour. By default, the value is ‘Index’. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.