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


IDescriptionWindow.FindViaObject Method (ArcObjects .NET 10.5 SDK)
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