ArcFM Engine Developer Guide
GetCurrentIndex Method


Syntax
'Declaration
 
Public Shared Function GetCurrentIndex( _
   ByVal itemControl As ItemsControl, _
   ByVal getPosition As GetCurrentIndexUtility.GetPosition _
) As Integer
'Usage
 
Dim itemControl As ItemsControl
Dim getPosition As GetCurrentIndexUtility.GetPosition
Dim value As Integer
 
value = GetCurrentIndexUtility.GetCurrentIndex(itemControl, getPosition)
public static int GetCurrentIndex( 
   ItemsControl itemControl,
   GetCurrentIndexUtility.GetPosition getPosition
)

Parameters

itemControl
getPosition
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

GetCurrentIndexUtility Class
GetCurrentIndexUtility Members

 

 


Send Comment