Table of Contents

Interface IStdMatchCollectionClass

Namespace
RDCore.SDK.Runtime.Abstract.StdLib
Assembly
RDCore.SDK.dll

Represents a collection of IStdMatchClass objects.

public interface IStdMatchCollectionClass

Methods

IStdMatchCollectionClass__getCount()

Gets the number of items in this collection.

RuntimeSemanticsEvaluationResult IStdMatchCollectionClass__getCount()

Returns

RuntimeSemanticsEvaluationResult

A RuntimeSemanticsEvaluationResult object encapsulating the result of the successful operation, or the error metadata otherwise.

IStdMatchCollectionClass__getItem(VBLongValue)

Gets the item at the specified index.

RuntimeSemanticsEvaluationResult IStdMatchCollectionClass__getItem(VBLongValue index)

Parameters

index VBLongValue

The index of the match item to retrieve from the collection.

Returns

RuntimeSemanticsEvaluationResult

A RuntimeSemanticsEvaluationResult object encapsulating the result of the successful operation, or the error metadata otherwise.

Remarks

👉 This property is exposed as the default member of this class type.