C#
VB
C++
Gets or sets the ChannelElement at the specified index.
public ChannelElement Item(
int index
) { get; set; }
Public Property Item( _
ByVal index As Integer _
) As Leadtools.Logging.Configuration.ChannelElement
public:
property Leadtools.Logging.Configuration.ChannelElement^ Item {
Leadtools.Logging.Configuration.ChannelElement^ get(int index);
void set (int index, Leadtools.Logging.Configuration.ChannelElement^ );
}
index
The index of the LoggerElement to get.
The ChannelElement 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