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




The Complex Output Table option modifies the output table to include information about the relationship between the Input Features and the Input Multipatch Features. This allows you to identify which features fell inside or partially inside specific closed multipatches. When it's checked on, then the output table will have an extra Container_ID displayed, along with the Target_ID information. This Container_ID represents the exact multipatch which the input features (Target_ID) are inside or partially. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.