EbsOpen Class Library for EBSILON®Professional

NNToolEvaluator.IsCategory Property

[C#] In C#, this property is the indexer for the NNToolEvaluator class.

[Visual Basic]
Public Default Property ReadOnly IsCategory( _ 
   ByVal Input As Boolean, _ 
   ByVal Index As Integer _ 
) As Boolean
[C#]
public bool this[
   bool Input,
   int Index
] { get; }
[C++]
public: __property bool get_IsCategory(
   bool Input,
   int Index
);
[JScript]
returnValue = NNToolEvaluatorObject.Item( InputIndex );
-or-
returnValue = NNToolEvaluatorObject( InputIndex );

[JScript] In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.

See Also

NNToolEvaluator Class | EbsOpen Namespace