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




The maximum number of points that will be added to the TIN before the process is terminated. By default, the process will continue until all the points are added. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.