Creates a new instance of the PEConnectionPoint class based on the specified parameters.


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function CreateInstance( _ 
   ByVal domain As IDomain _ 
) As IPEConnectionPoint
C#
public static IPEConnectionPoint CreateInstance(
   IDomain domain
)
C++
public:
 static IPEConnectionPoint CreateInstance(
   IDomain domain
)
J#
public static IPEConnectionPoint CreateInstance(
   IDomain domain
)
JScript
public static  function CreateInstance(
   domain : IDomain
) : IPEConnectionPoint

Parameters

domain
A IDomain object referencing the FileNet P8 domain in which this instance is scoped.

Return Value

An object reference to a new instance of this class.

See Also