ArcFM Solution Developer Guide
Select(Int32,Int32) Method


Syntax
'Declaration
 
Public Overloads Sub Select( _
   ByVal start As System.Integer, _
   ByVal length As System.Integer _
) 
'Usage
 
Dim instance As ImageComboBox
Dim start As System.Integer
Dim length As System.Integer
 
instance.Select(start, length)
public void Select( 
   System.int start,
   System.int length
)

Parameters

start
length
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

ImageComboBox Class
ImageComboBox Members
Overload List

 

 


Send Comment