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


IFeatureLayerSourcePageExtension.ShowDialog Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CartoUI)  

IFeatureLayerSourcePageExtension.ShowDialog Method

Shows a custom dialog to change the data source.

[Visual Basic .NET]
Public Sub ShowDialog ( _
    ByVal pLayer As IFeatureLayer, _
    ByVal parentHWnd As Integer _
)
[C#]
public void ShowDialog (
    IFeatureLayer pLayer,
    int parentHWnd
);

Product Availability

Available with ArcGIS Desktop.

See Also

IFeatureLayerSourcePageExtension Interface