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




Specifies whether the near angle values in decimal degrees will be calculated and written to a new field, NEAR_ANGLE. A near angle measures from the x-axis (horizontal axis) to the direction of the line connecting an input feature to its nearest feature at their closest locations; and it is within the range of 0 to 180 or 0 to -180 decimal degrees. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.