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




Features with geometries which exceed this vertex limit will be subdivided before being written to the output feature class. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.