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


IWorkspaceExtensionManager.Extension Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceExtensionManager.Extension Property

The workspace extension at this index.

[Visual Basic .NET]
Public Function get_Extension ( _
    ByVal Index As Integer _
) As IWorkspaceExtension
[C#]
public IWorkspaceExtension get_Extension (
    int Index
);
[C++]
HRESULT get_Extension(
  long Index,
  IWorkspaceExtension** Extension
);
[C++]

Parameters Index [in] Index is a parameter of type long Extension [out, retval]
Extension is a parameter of type IWorkspaceExtension

Product Availability

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

See Also

IWorkspaceExtensionManager Interface

.NET Samples

Extending the replication synchronization process (Code Files: RegisterExtension)

.NET Related Topics

Creating workspace extensions