The following tables list the members exposed by InterpolatePolyToPatch.
Public Constructors
Public Properties
| Name | Description |
![Public Property](dotnetimages/PublicProperty.gif) | Alias | The alias for this tool's toolbox. |
![Public Property](dotnetimages/PublicProperty.gif) | area_field | The name of the output field containing the planimetric, or 2D, area of the resulting multipatches. (In, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | in_feature_class | The input polygon feature class. (In, Required) |
![Public Property](dotnetimages/PublicProperty.gif) | in_surface | The input triangulated irregular network (TIN) or terrain dataset surface. (In, Required) |
![Public Property](dotnetimages/PublicProperty.gif) | max_strip_size | Controls the maximum number of points used to create an individual triangle strip. Note that each multipatch is usually composed of multiple strips. The default value is 1,024. (In, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | out_feature_class | The output multipatch feature class. (Out, Required) |
![Public Property](dotnetimages/PublicProperty.gif) | ParameterInfo | The parameters used by this tool. For internal use only. |
![Public Property](dotnetimages/PublicProperty.gif) | pyramid_level_resolution | The pyramid-level resolution of the terrain dataset to use for interpolation. The default is 0, full resolution. (In, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | surface_area_field | The name of the output field containing the 3D area of the resulting multipatches. This area takes the surface undulations into consideration and is always larger than the planimetric area unless the surface is flat, in which case the two are equal. (In, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | ToolboxDirectory | The directory of this tool's toolbox. |
![Public Property](dotnetimages/PublicProperty.gif) | ToolboxName | The name of this tool's toolbox. |
![Public Property](dotnetimages/PublicProperty.gif) | ToolName | The name of this tool. |
![Public Property](dotnetimages/PublicProperty.gif) | z_factor | The factor by which the heights of the resultant multipatch will be determined from those of the input polygons. Used to convert z-units to x- and y-units. (In, Optional) |
Top
See Also