ESRI.ArcGIS.Analyst3DTools
max_edge_length Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Analyst3DTools Namespace > DelineateTinDataArea Class : max_edge_length Property




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)

Syntax

Visual Basic (Declaration) 
Public Property max_edge_length As Double
Visual Basic (Usage)Copy Code
Dim instance As DelineateTinDataArea
Dim value As Double
 
instance.max_edge_length = value
 
value = instance.max_edge_length
C# 
public double max_edge_length {get; set;}

See Also

© 2010 All Rights Reserved.