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