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




The following tables list the members exposed by InterpolateShape.

Public Constructors

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

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyin_feature_classThe input 2D feature class. (In, Required)  
Public Propertyin_surfaceThe input raster, TIN, or terrain surface to be used as a source of z-values. (In, Required)  
Public PropertymethodInterpolation method used to define the Z values for the input features. (In, Optional)  
Public Propertyout_feature_classThe output feature class. (Out, Required)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertypyramid_level_resolutionThe resolution of the terrain dataset pyramid level to use for geoprocessing. The default is 0, full resolution. (In, Optional)  
Public Propertysample_distanceThe 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)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Public Propertyvertices_onlyThe sample distance will be ignored and the interpolation will use the input vertex locations only. (In, Optional)  
Public Propertyz_factorThe factor by which the heights of the input surface will be multiplied to calculate new heights in the output feature class. It is used for converting z-units to match x,y units. The Z factor parameter only affects results for rasters and TINs, not terrain datasets. To apply a factor to features made from a terrain dataset use the Adjust 3D Z geoprocessing tool. (In, Optional)  
Top

See Also

© 2010 All Rights Reserved.