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




The maximum number of nodes permitted in the output TIN. The tool will return an error if the conversion properties (in other words, analysis extent and pyramid level) would produce a TIN that exceeds this size. The default is 5 million. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property max_nodes As Integer
Visual Basic (Usage)Copy Code
Dim instance As TerrainToTin
Dim value As Integer
 
instance.max_nodes = value
 
value = instance.max_nodes
C# 
public int max_nodes {get; set;}

See Also

© 2010 All Rights Reserved.