This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IC > IConflictDisplay Interface > IConflictDisplay.VersionVisible Property (ArcObjects .NET 10.5 SDK) |
Indicates whether the specified version is visible in the conflicts window.
[Visual Basic .NET] Public Function get_VersionVisible ( _ ByVal vers As esriVersion _ ) As Boolean
[Visual Basic .NET] Public Sub set_VersionVisible ( _ ByVal vers As esriVersion, _ ByVal Visible As Boolean _ )
[C#] public bool get_VersionVisible ( esriVersion vers );
[C#] public void set_VersionVisible ( esriVersion vers, bool Visible );