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




This option forces the tool to write out all input features as output features. Features that have no overlaps are written to the output unmodified. Overlapping features are unioned together, and then written to the output. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.