ArcObjects Library Reference (Server)  

IServerObjectExtensionManager.FindExtensionByTypeName Method

Returns a server object extension found using its type name.

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

Parameters

Name [in]   Name 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

.NET Samples

Closest facility application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ClosestFacility_GISServerAPIClass) | Route application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: Route_GISServerAPIClass) | Service area application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ServiceArea_GISServerAPIClass) |

.NET Related Topics

Feature services | How to create an SOE client | Server |