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

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared Function CreateInstance ( _
	domain As IDomain _
) As IPEConnectionPoint
C#
public static IPEConnectionPoint CreateInstance(
	IDomain domain
)
Visual C++
public:
static IPEConnectionPoint^ CreateInstance(
	IDomain^ domain
)
JavaScript
FileNet.Api.Core.PEConnectionPoint.createInstance = function(domain);

Parameters

domain
Type: FileNet.Api.Core..::.IDomain
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.

ToggleSee Also