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




Specifies whether all items in both the input coverage feature attribute and identity coverage will be joined to the output coverage feature attribute table. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.