FormFix v6.0 for .NET - Updated
Add Method (FormDefinitionCollection)



Accusoft.FormDirectorSdk Namespace > FormDefinitionCollection Class : Add Method
The zero-based index of the newly added FormDefinition.
Adds a FormDefinition to the collection
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As FormDefinition _
) As Integer
'Usage
 
Dim instance As FormDefinitionCollection
Dim value As FormDefinition
Dim value As Integer
 
value = instance.Add(value)
public int Add( 
   FormDefinition value
)
public:
int Add( 
   FormDefinition^ value
) 

Parameters

value
The zero-based index of the newly added FormDefinition.
Remarks

This method implements a standard collection operation. It will insert a new FormDefinition object at the end of the collection. When this method is complete, the length of the collection will be one larger than it was and the element with the highest index will be the new object.

See Also

Reference

FormDefinitionCollection Class
FormDefinitionCollection Members

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