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


IMetadataViewWindow.FindViaLayer 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.FindViaLayer Method
ArcGIS Developer Help

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