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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.