ArcObjects Library Reference (GeoDatabaseExtensions)  

ITxWorkspaceEditor.Invoke Method

Invokes the workspace editor dialog.

[Visual Basic .NET]
Public Sub Invoke ( _
    ByVal hParentWnd As Integer _
)
[C#]
public void Invoke (
    int hParentWnd
);
[C++]
HRESULT Invoke(
  Long hParentWnd
);
[C++]

Parameters

hParentWnd [in]   hParentWnd is a parameter of type Long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITxWorkspaceEditor Interface