C#
VB
C++
Inserts an item to the MatchingParameterList object at the specified index.
public void Insert(
int index,
ICatalogEntity item
)
Public Sub Insert( _
ByVal index As Integer, _
ByVal item As Leadtools.Medical.Dataaccesslayer.Catalog.ICatalogEntity _
)
public:
void Insert(
int index,
Leadtools.Medical.Dataaccesslayer.Catalog.ICatalogEntity^ item
)
index
The zero-based index at which the item should be inserted.
item
The Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity object to insert into the MatchingParameterList.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET