ArcFM Solution Developer Guide
AddRange Method


An array on WizardPage objects to be added. The array itself cannot be null, but it can contain elements that are null.
Adds the elements of an array of WizardPage objects to the end of the WizardPagesCollection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal pages() As WizardPage _
) 
'Usage
 
Dim instance As WizardPagesCollection
Dim pages() As WizardPage
 
instance.AddRange(pages)
public void AddRange( 
   WizardPage[] pages
)

Parameters

pages
An array on WizardPage objects to be added. The array itself cannot be null, but it can contain elements that are null.
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