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


IServerObjectExtensionManager.FindExtensionByCLSID Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServerObjectExtensionManager.FindExtensionByCLSID Method

Returns a server object extension found using a string representation of its class ID.

[Visual Basic .NET]
Public Function FindExtensionByCLSID ( _
    ByVal CLSID As String _
) As IServerObjectExtension
[C#]
public IServerObjectExtension FindExtensionByCLSID (
    string CLSID
);
[C++]
HRESULT FindExtensionByCLSID(
  BSTR CLSID,
  IServerObjectExtension** ppSOE
);
[C++]

Parameters CLSID [in] CLSID is a parameter of type BSTR ppSOE [out, retval]
ppSOE is a parameter of type IServerObjectExtension

Product Availability

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

See Also

IServerObjectExtensionManager Interface