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




The field or fields in the input features that will be used to group features, when LIST is specified as Group Option. At least one group field is required for LIST option. All features that have the same value in the specified field or fields will be treated as a group. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property group_field As Object
Visual Basic (Usage)Copy Code
Dim instance As MinimumBoundingGeometry
Dim value As Object
 
instance.group_field = value
 
value = instance.group_field
C# 
public object group_field {get; set;}

See Also

© 2010 All Rights Reserved.