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




Determines whether six coordinate fields (two sets of x,y,z values) are added to each input feature. The values are the three coordinates of the input feature (NEAR_FROMX, NEAR_FROMY, NEAR_FROMZ), and the three coordinates of the nearest feature (NEAR_X, NEAR_Y, NEAR_Z). The fields NEAR_FID and NEAR_DIST are always added, regardless of the Location option. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.