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




A group field is used to combine the geometry of multiple input features into individual output records. The output attribute values will be set to one of the input records. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property group_field As Object
Visual Basic (Usage)Copy Code
Dim instance As Layer3DToFeatureClass
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.