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




Sets the conflict distance. Temporary buffers one-half the size of the conflict distance value are created around symbols in both the input and conflict layers. Conflict polygons will be generated where these buffers overlap. Conflict distance is measured in page units (Points, Inches, Millimeters, Centimeters). If you enter a conflict distance in map units, it will be converted to page units using the reference scale. The default conflict distance is 0, where no buffers are created and only symbols that physically overlap one another are detected as conflicts. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.