ArcFM Solution Developer Guide
Remove Method (WizardPagesCollection)


A WizardPage object to remove. The value can be null.
Removes the first occurrence of a specific object from the WizardPagesCollection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As WizardPage _
) 
'Usage
 
Dim instance As WizardPagesCollection
Dim value As WizardPage
 
instance.Remove(value)
public void Remove( 
   WizardPage value
)

Parameters

value
A WizardPage object to remove. The value can be 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