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




Allows all nonrequired fields (in other words, not ObjectID or geometry) and values from the input line feature class to be copied into the optional output line feature class. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property join_attributes As String
Visual Basic (Usage)Copy Code
Dim instance As Intersect3DLineWithMultiPatch
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.