ArcFM Solution Developer Guide
IndexOf Method (WizardPagesCollection)


A WizardPage object to locate in the WizardPagesCollection. The value can be null.
Searches for the specified WizardPage and returns the zero-based index of the first occurrence in the entire WizardPagesCollection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As WizardPage _
) As System.Integer
'Usage
 
Dim instance As WizardPagesCollection
Dim value As WizardPage
Dim value As System.Integer
 
value = instance.IndexOf(value)
public System.int IndexOf( 
   WizardPage value
)

Parameters

value
A WizardPage object to locate in the WizardPagesCollection. 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