ArcObjects Library Reference (CatalogUI)  

IDescriptionWindow.FindViaObject Method

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

[Visual Basic .NET]
Public Function FindViaObject ( _
    ByVal pGxObject As IGxObject _
) As IDescriptionWindow
[C#]
public IDescriptionWindow FindViaObject (
    IGxObject pGxObject
);

Product Availability

Available with ArcGIS Desktop.

See Also

IDescriptionWindow Interface