AVEVA CAF API Documenation

The WizardPage to be added. The value can be null.
Add Method (WizardPagesCollection)
Adds an object to the end of the WizardPagesCollection.
Syntax
public int Add( 
   WizardPage value
)
public:
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also