CVB.Net 14.0
Classifier.ClassInformation Struct Reference

Information about one of the classes in a Classifier. More...

Properties

int Index [get]
 Numerical index of the class. More...
 
string Name [get]
 Name of the class. More...
 
bool IsExcludedClass [get]
 Specified whether or not this class is currently being used as the excluded class. More...
 

Detailed Description

Information about one of the classes in a Classifier.

Property Documentation

◆ Index

int Index
get

Numerical index of the class.

Exceptions
ObjectDisposedExceptionIf the classifier has already been disposed

◆ IsExcludedClass

bool IsExcludedClass
get

Specified whether or not this class is currently being used as the excluded class.

Exceptions
ObjectDisposedExceptionIf the classifier has already been disposed

◆ Name

string Name
get

Name of the class.

Exceptions
ObjectDisposedExceptionIf the classifier has already been disposed