ArcFM Desktop Developer Guide
Combination Constructor(Int64,Int64,Int64[])


Syntax
'Declaration
 
Public Function New( _
   ByVal n As Long, _
   ByVal k As Long, _
   ByVal a() As Long _
)
'Usage
 
Dim n As Long
Dim k As Long
Dim a() As Long
 
Dim instance As New Combination(n, k, a)
public Combination( 
   long n,
   long k,
   long[] a
)

Parameters

n
k
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