FormFix v6.0 for .NET - Updated
GetSimilarFormModels Method



Accusoft.FormFixSdk Namespace > IdentificationProcessor Class : GetSimilarFormModels Method
The zero-based index of a form in the FormModels collection.
Gets a list of the forms that are similar to the given one.
Syntax
'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
) 

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.
Remarks

This method returns a list of the forms that are similar to the given one. You can use this to help in maintain a large set of forms. If your system depends on a large number of forms (more than 20 or 30) that change periodically, there is some risk that multiple copies of a form will get added. You can use this method to find all the similar forms and decide if you should remove one of them. The simplest way to apply this method is to call it once for each form in your form set and present each list to a user and let them choose which are duplicates.

See Also

Reference

IdentificationProcessor Class
IdentificationProcessor Members

Is this page helpful?
Yes No
Thanks for your feedback.