ArcObjects Library Reference (Editor)  

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

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.

CoClasses that implement IConflictDisplay

CoClasses and 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

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