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




Determines whether the angles between the input feature and the nearest near feature will be calculated, and stored into the NEAR_ANG_H and NEAR_ANG_V fields. Both angle values are in degrees, where one degree represents 1/360 of a circle, and fractions of a degree are represented as decimal points. Horizontal angles are measured from 180° to -180°; 0° to the east, 90° to the north, 180° (-180°) to the west, and -90° to the south. Vertical angles are zero for horizontal, 90° for straight up, and -90° for straight down. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.