ESRI.ArcGIS.E2API Feedback via the User Forum
VisibleInManager Property
See Also 
ESRI.ArcGIS.E2API Namespace > Result Class : VisibleInManager Property


Gets or sets a value indicating if this result is visible in the ResultsManager.

Syntax

Visual Basic (Declaration) 
Public Property VisibleInManager As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Result
Dim value As Boolean
 
instance.VisibleInManager = value
 
value = instance.VisibleInManager
C# 
public bool VisibleInManager {get; set;}

Return Value

True if the Result is shown in the ResultManager; otherwise False.

Remarks

The VisibleInManager property determines if a result is listed in the ResultManager. This should not be confused with the Visible property on some result classes; for example the PlaceResult class has a Visible property determining visibility of a Result drawn in a View.

Platforms

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Version Information

This property was added to the E2API at version 1.0.0.348.

See Also