ESRI.ArcGIS.Analyst3DTools
DelineateTinDataArea Constructor(Object,Double)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Analyst3DTools Namespace > DelineateTinDataArea Class > DelineateTinDataArea Constructor : DelineateTinDataArea Constructor(Object,Double)




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)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_tin As Object, _
   ByVal max_edge_length As Double _
)
Visual Basic (Usage)Copy Code
Dim in_tin As Object
Dim max_edge_length As Double
 
Dim instance As DelineateTinDataArea(in_tin, max_edge_length)
C# 
public DelineateTinDataArea( 
   object in_tin,
   double max_edge_length
)

Parameters

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)

See Also

© 2010 All Rights Reserved.