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