ArcFM Desktop Developer Guide
Index(Int32[]) Method


Syntax
'Declaration
 
Public Overloads Function Index( _
   ByVal a() As Integer _
) As Long
'Usage
 
Dim instance As Combination
Dim a() As Integer
Dim value As Long
 
value = instance.Index(a)
public long Index( 
   int[] a
)

Parameters

a
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

Combination Class
Combination Members
Overload List

 

 


Send Comment