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




Determines whether the distances along the primary axes between the input feature and the nearest near feature will be calculated, and stored into the NEAR_DELTX, NEAR_DELTY, and NEAR_DELTZ fields. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.