ESRI.ArcGIS.Analyst3DTools | |
DelineateTinDataArea Class Members | |
See Also Properties Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers |
ESRI.ArcGIS.Analyst3DTools Namespace : DelineateTinDataArea Class |
The following tables list the members exposed by DelineateTinDataArea.
Name | Description | |
---|---|---|
DelineateTinDataArea Constructor | Overloaded. Constructor that takes all required parameters for geoprocessor execution. |
Name | Description | |
---|---|---|
Alias | The alias for this tool's toolbox. | |
derived_out_tin | Output TIN (out, Optional) | |
in_tin | The input TIN. (In, Required) | |
max_edge_length | Triangles with at least one edge that exceeds <max_edge_length> will be masked out as NODATA. These triangles will not be rendered in maps and will not be used in surface analysis such as interpolation. Length is the 2D distance. (In, Required) | |
method | The method used when processing triangles. PERIMETER_ONLY will iterate through triangles from the TIN's outer extent inward and will stop when the current iteration of boundary triangle edges don't exceed the Maximum Edge Length. ALL will classify the entire collection of TIN triangles by edge length. The default is PERIMETER_ONLY. (In, Optional) | |
ParameterInfo | The parameters used by this tool. For internal use only. | |
ToolboxDirectory | The directory of this tool's toolbox. | |
ToolboxName | The name of this tool's toolbox. | |
ToolName | The name of this tool. |