Responder Developer Guide
RemoveAt Method (OptionSetCollection)


Version: 10.2.1a

Resource Center Home

The index in the collection of the item to remove.
Removes the optionset at the specified index from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As OptionSetCollection
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)

Parameters

index
The index in the collection of the item to remove.
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

OptionSetCollection Class
OptionSetCollection Members

 

 


Send Comment