ESRI.ArcGIS.Analyst3DTools
Inside3D Constructor(Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Analyst3DTools Namespace > Inside3D Class > Inside3D Constructor : Inside3D Constructor(Object,Object,Object)




in_target_feature_class
The z-enabled point, line, polygon, or multipatch features. (In, Required)
in_container_feature_class
The multipatch features. The multipatches must be closed. Use the Is Closed 3D tool to determine if the multipatches are closed. (In, Required)
out_table
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)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_target_feature_class As Object, _
   ByVal in_container_feature_class As Object, _
   ByVal out_table As Object _
)
Visual Basic (Usage)Copy Code
Dim in_target_feature_class As Object
Dim in_container_feature_class As Object
Dim out_table As Object
 
Dim instance As Inside3D(in_target_feature_class, in_container_feature_class, out_table)
C# 
public Inside3D( 
   object in_target_feature_class,
   object in_container_feature_class,
   object out_table
)

Parameters

in_target_feature_class
The z-enabled point, line, polygon, or multipatch features. (In, Required)
in_container_feature_class
The multipatch features. The multipatches must be closed. Use the Is Closed 3D tool to determine if the multipatches are closed. (In, Required)
out_table
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)

See Also

© 2010 All Rights Reserved.