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




The coverage to be created. The <input_cover> is copied to the <output_cover:>, then NEAR is performed on the <output_cover:>. (Out, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.