This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectExtensionManager Interface > IServerObjectExtensionManager.FindExtensionByCLSID Method (ArcObjects .NET 10.5 SDK) |
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