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


IWorkspaceExtensionControl.Init Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceExtensionControl.Init Method

Initializes the extension, passing in a reference to its workspace helper.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal WorkspaceHelper As IWorkspaceHelper _
)
[C#]
public void Init (
    IWorkspaceHelper WorkspaceHelper
);
[C++]
HRESULT Init(
  IWorkspaceHelper* WorkspaceHelper
);
[C++]

Parameters WorkspaceHelper [in]
WorkspaceHelper is a parameter of type IWorkspaceHelper

Product Availability

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

See Also

IWorkspaceExtensionControl Interface