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


IMetadataViewWindow.FindViaStandaloneTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IM > IMetadataViewWindow Interface > IMetadataViewWindow.FindViaStandaloneTable Method
ArcGIS Developer Help

IMetadataViewWindow.FindViaStandaloneTable Method

Is Metadata (of a standalone table) already being displayed.

[Visual Basic .NET]
Public Function FindViaStandaloneTable ( _
    ByVal pStandaloneTable As IStandaloneTable _
) As IMetadataViewWindow
[C#]
public IMetadataViewWindow FindViaStandaloneTable (
    IStandaloneTable pStandaloneTable
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMetadataViewWindow Interface