[C#] In C#, this property is the indexer for the NNToolEvaluator class.
[Visual Basic] Public Default Property ReadOnly CategoryNamesMarshalArrayAsVariant( _ ByVal Input As Boolean, _ ByVal Index As Integer _ ) As Object [C#] public object this[ bool Input, int Index ] { get; } [C++] public: __property Object* get_CategoryNamesMarshalArrayAsVariant( bool Input, int Index ); [JScript] returnValue = NNToolEvaluatorObject.Item( Input, Index ); -or- returnValue = NNToolEvaluatorObject( Input, Index );
[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.
NNToolEvaluator Class | EbsOpen Namespace