CartographyTools
DetectGraphicConflict Class Members
See Also  Properties  Send Feedback
ESRI.ArcGIS.CartographyTools Namespace : DetectGraphicConflict Class




The following tables list the members exposed by DetectGraphicConflict.

Public Constructors

 NameDescription
public ConstructorDetectGraphicConflict ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAliasThe alias for this tool's toolbox.  
public Propertyconflict_distanceSets the conflict distance. Temporary buffers one-half the size of the conflict distance value are created around feature representation graphics in both the input and conflict layers. Conflict polygons will be generated where buffers overlap. When the conflict distance is zero, no buffers are made, and just the representation footprints are used to detect conflicts. Conflict distance is calculated in page units (points, mm, in, or cm). If you enter a conflict distance in map units, it will be converted to page units using the reference scale. (In, Optional)  
public Propertyconflict_features  
public Propertyin_features  
public Propertyline_connection_allowanceThe line connection allowance is the radius of a circle, centered where lines join, within which graphic overlaps won't be detected. This parameter is only considered when the input layer and the conflict layer are identical, and contain line representations. Otherwise, this value is ignored when the tool is executed. The default value is 1 point. A value of zero means no allowance, and will detect a conflict at each line join in this case. The value can not be negative. Line connection allowance is calculated in page units (points, mm, in, or cm). If you enter a conflict distance in map units, it will be converted to page units using the reference scale. (In, Optional)  
public Propertyout_feature_classThe output feature class to be created to store conflict polygons. It cannot be one of the feature classes associated with the input feature layers. (Out, Required)  
public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
public PropertyToolboxNameThe name of this tool's toolbox.  
public PropertyToolNameThe name of this tool.  
Top

See Also

© 2011 All Rights Reserved.