This document is archived and information here might be outdated.  Recommended version.


IConflictDisplay Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IC > IConflictDisplay Interface
ArcGIS Developer Help

IConflictDisplay Interface

Provides access to the Conflict display environment.

Product Availability

Available with ArcGIS Desktop.

Description

The IConflictDisplay interface provides the ability to define the display symbology for the three representations of the conflicting feature, the start editing version, the pre-reconcile version and conflict version. Setting the visible version enables or disables the display for each of the three versions.

Members

Name Description
Read/write property FillSymbol Display symbol used to draw polygon features.
Read/write property LineSymbol Display symbol used to draw line features.
Read/write property MarkerSymbol Display symbol used to draw point features.
Read/write property VersionVisible Indicates whether the specified version is visible in the conflicts window.

Classes that implement IConflictDisplay

Classes Description
ConflictsWindow Window used to resolve versioning conflicts.

Remarks

The esriVersion enumeration works with all of the properties managed by IConflictDisplay. Use this enumeration to specify a particular version.

See Also

IMultiLayerMarkerSymbol Interface | IArrowMarkerSymbol Interface | IPictureMarkerSymbol Interface | ICharacterMarkerSymbol Interface | ICartographicMarkerSymbol Interface | IMarkerSymbol Interface | IFillSymbol Interface | ILineSymbol Interface | IEditor Interface | IEditAttributeProperties Interface