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


IDescriptionWindow.FindViaPath Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CatalogUI)  

IDescriptionWindow.FindViaPath Method

Indicates whether the Item Description Window is already being displayed for the selected path.

[Visual Basic .NET]
Public Function FindViaPath ( _
    ByVal path As String _
) As IDescriptionWindow
[C#]
public IDescriptionWindow FindViaPath (
    string path
);

Product Availability

Available with ArcGIS Desktop.

See Also

IDescriptionWindow Interface