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


ITxWorkspaceEditor.Invoke Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITxWorkspaceEditor Interface > ITxWorkspaceEditor.Invoke Method
ArcGIS Developer Help

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(
  OLE_HANDLE hParentWnd
);
[C++]
Parameters
hParentWnd [in]

hParentWnd is a parameter of type OLE_HANDLE

Product Availability

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

See Also

ITxWorkspaceEditor Interface