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




The following tables list the members exposed by SurfaceContour.

Public Constructors

 NameDescription
Public ConstructorSurfaceContour ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertybase_contourAlong 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)  
Public Propertycontour_fieldThe field containing contour values. (In, Optional)  
Public Propertycontour_field_precisionThe precision of the contour field. Zero specifies an integer, and the numbers 1–9 indicate how many decimal places the field will contain. By default, the field will be an integer (0). (In, Optional)  
Public Propertyin_surfaceThe input terrain dataset or TIN surface. (In, Required)  
Public Propertyindex_intervalThe 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)  
Public Propertyindex_interval_fieldThe 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)  
Public PropertyintervalThe interval between the contours. (In, Required)  
Public Propertyout_feature_classThe output feature class. (Out, Required)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertypyramid_level_resolutionThe pyramid level resolution of the terrain dataset to use for interpolation. The default is 0, full resolution. (In, Optional)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Public Propertyz_factorSpecifies a factor by which to multiply the surface heights. Used to convert z units to x and y units. The Z factor parameter only affects results for rasters and TINs, not terrain datasets. (In, Optional)  
Top

See Also

© 2010 All Rights Reserved.