ArcFM Desktop Developer Guide
Combination Constructor(Int64,Int64)


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

Parameters

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