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




The output table that will contain the proximity information—such as IN_FID, NEAR_FID, NEAR_DIST—and other attributes—such as location (NEAR_X, NEAR_Y), angle (NEAR_ANGLE)—of the near feature and the NEAR_FC, if necessary. (Out, Required)

Syntax

Visual Basic (Declaration) 
Public Property out_table As Object
Visual Basic (Usage)Copy Code
Dim instance As GenerateNearTable
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.