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


IObjectLoaderUI.Show Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IO > IObjectLoaderUI Interface > IObjectLoaderUI.Show Method
ArcGIS Developer Help

IObjectLoaderUI.Show Method

Show or hide the object loader window.

[Visual Basic .NET]
Public Sub Show ( _
    ByVal Show As Boolean, _
    ByVal simpleLoader As Boolean, _
    ByVal parentHWnd As Integer _
)
[C#]
public void Show (
    bool Show,
    bool simpleLoader,
    int parentHWnd
);

Product Availability

Available with ArcGIS Desktop.

See Also

IObjectLoaderUI Interface