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




The output table providing a list of 3D Input Features that are inside or partially inside the Input Multipatch Features which are closed. The output table contains an OID (object ID), Target_ID, and Status. The Status will state if the input feature (Target_ID) is within or partially within a multipatch. (Out, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.