C#
VB
C++
Gets or sets the element at the specified index.
public ICatalogEntity Item(
int index
) { get; set; }
Public Default Property Item( _
ByVal index As Integer _
) As Leadtools.Medical.Dataaccesslayer.Catalog.ICatalogEntity
public:
property Leadtools.Medical.Dataaccesslayer.Catalog.ICatalogEntity^ default [int] {
Leadtools.Medical.Dataaccesslayer.Catalog.ICatalogEntity^ get(int index);
void set (int index, Leadtools.Medical.Dataaccesslayer.Catalog.ICatalogEntity^ );
}
index
The zero-based index of the element to get or set.
The Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity element at the specified index.
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