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


IDescriptionWindow.FindViaObject 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.FindViaObject Method
ArcGIS Developer Help

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