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 > IServerObjectAdmin2 Interface > IServerObjectAdmin2.DeleteExtensionType Method (ArcObjects .NET 10.5 SDK) |
Unregisters a server object extension type from the server object type indicated in the argument list.
[Visual Basic .NET] Public Sub DeleteExtensionType ( _ ByVal SOTypeName As String, _ ByVal SOETypeName As String _ )
[C#] public void DeleteExtensionType ( string SOTypeName, string SOETypeName );
[C++]
HRESULT DeleteExtensionType(
BSTR SOTypeName,
BSTR SOETypeName
);
[C++]
Parameters SOTypeName [in] SOTypeName is a parameter of type BSTR SOETypeName [in] SOETypeName is a parameter of type BSTR