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




Specifies whether to preserve the input attribute schema or the attribures from label features in the output feature class, or omit any input attributes in the output feature class. This parameter does not work. It will not be removed for backward compatibility of scripts or models. The output attribute schema and field values for certain input combinations may be produced as described in the usage notes; most of them are unintended. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property attributes As String
Visual Basic (Usage)Copy Code
Dim instance As FeatureToPolygon
Dim value As String
 
instance.attributes = value
 
value = instance.attributes
C# 
public string attributes {get; set;}

See Also

© 2010 All Rights Reserved.