Create Innovator instance and initialize that with the specified IServerConnection.
Namespace:
Aras.IOMAssembly: IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public static Innovator CreateInnovator( IServerConnection serverConnection ) |
Visual Basic (Declaration) |
---|
Public Shared Function CreateInnovator ( _ serverConnection As IServerConnection _ ) As Innovator |
J# |
---|
public static Innovator CreateInnovator( IServerConnection serverConnection ) |
JScript |
---|
public static function CreateInnovator( serverConnection : IServerConnection ) : Innovator |
Parameters
- serverConnection
- Type: Aras.IOM..::.IServerConnection