ComponentOne Bitmap for WPF
Get Method (ComArrayBase)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > ComArrayBase Class : Get Method
The index.
Gets an object at the specified index.
Syntax
'Declaration
 
Public Function Get( _
   ByVal index As System.Integer _
) As ComObject
public ComObject Get( 
   System.int index
)

Parameters

index
The index.

Return Value

See Also

Reference

ComArrayBase Class
ComArrayBase Members