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


IServerObjectAdmin2.CreateExtensionType Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectAdmin2 Interface > IServerObjectAdmin2.CreateExtensionType Method
ArcGIS Developer Help

IServerObjectAdmin2.CreateExtensionType Method

Creates a new empty server object extension type.

[Visual Basic .NET]
Public Function CreateExtensionType ( _
) As IServerObjectExtensionType
[C#]
public IServerObjectExtensionType CreateExtensionType (
);
[C++]
HRESULT CreateExtensionType(
void
);

Product Availability

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

See Also

IServerObjectAdmin2 Interface