'Declaration Public Function GetSimilarFormModels( _ ByVal indexOfModel As Integer _ ) As IntegerCollection
'Usage Dim instance As IdentificationProcessor Dim indexOfModel As Integer Dim value As IntegerCollection value = instance.GetSimilarFormModels(indexOfModel)
public IntegerCollection GetSimilarFormModels( int indexOfModel )
public: IntegerCollection* GetSimilarFormModels( int indexOfModel )
public: IntegerCollection^ GetSimilarFormModels( int indexOfModel )
Parameters
- indexOfModel
- The zero-based index of a form in the FormModels collection.
Return Value
A collection of integers, each of which is a zero-based index of a form that is similar to the given form.