Gets the specific instance of the view in a multi-instance view

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public CExtView GetInstance(
	int index
)
Visual Basic (Declaration)
Public Function GetInstance ( _
	index As Integer _
) As CExtView
Visual C++
public:
CExtView^ GetInstance(
	int index
)

Parameters

index
Type: System..::.Int32
The index into the array of views of the desired view

Return Value

The view instaqnce at that index or null if there is no view with that index

See Also