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


IDescriptionWindow.FindViaPath Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > ID > IDescriptionWindow Interface > IDescriptionWindow.FindViaPath Method
ArcGIS Developer Help

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