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


IMetadataViewWindow.FindViaLayer Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (ArcMapUI)  

IMetadataViewWindow.FindViaLayer Method

Is Metadata (of a layer's data source) already being displayed.

[Visual Basic .NET]
Public Function FindViaLayer ( _
    ByVal pLayer As ILayer _
) As IMetadataViewWindow
[C#]
public IMetadataViewWindow FindViaLayer (
    ILayer pLayer
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMetadataViewWindow Interface