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




The point coverage from which point distances are to be measured. Distances between all points in the same coverage can be calculated by specifying the same coverage name for both <from_cover> and <to_cover> arguments. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property to_cover As Object
Visual Basic (Usage)Copy Code
Dim instance As PointDistance
Dim value As Object
 
instance.to_cover = value
 
value = instance.to_cover
C# 
public object to_cover {get; set;}

See Also

© 2010 All Rights Reserved.