ArcFM Solution Developer Guide
Add Method (WizardPagesCollection)


The WizardPage to be added. The value can be null.
Adds an object to the end of the WizardPagesCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As WizardPage _
) As System.Integer
'Usage
 
Dim instance As WizardPagesCollection
Dim value As WizardPage
Dim value As System.Integer
 
value = instance.Add(value)
public System.int Add( 
   WizardPage value
)

Parameters

value
The WizardPage to be added. The value can be null.

Return Value

An Integer value representing the index at which the value has been added.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

WizardPagesCollection Class
WizardPagesCollection Members

 

 


Send Comment