ArcObjects Library Reference (ArcMapUI)  

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