ArcObjects Library Reference (Server)  

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(
  IServerObjectExtensionType** ppSOEType
);
[C++]

Parameters

ppSOEType [out, retval]

  ppSOEType is a parameter of type IServerObjectExtensionType

Product Availability

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

See Also

IServerObjectAdmin2 Interface

.NET Samples

Find near features REST SOE (Code Files: Program) | Server spatial query server object extension (Code Files: Program) | Simple REST SOE (Code Files: Program) | Simple SOAP SOE (Code Files: Program) | Simple SOE (Code Files: Program) |

.NET Related Topics

Server | Server object extensions (SOE) |