ArcFM Desktop Developer Guide
Permutation Constructor(Double,Int32,Int32,List<Int32>,Int32)


Syntax
'Declaration
 
Public Function New( _
   ByVal randomk As Double, _
   ByVal numberOfParcels As Integer, _
   ByVal numberOfSites As Integer, _
   ByVal sitesInGroup As List(Of Integer), _
   ByVal numberOfOccupiedSites As Integer _
)
'Usage
 
Dim randomk As Double
Dim numberOfParcels As Integer
Dim numberOfSites As Integer
Dim sitesInGroup As List(Of Integer)
Dim numberOfOccupiedSites As Integer
 
Dim instance As New Permutation(randomk, numberOfParcels, numberOfSites, sitesInGroup, numberOfOccupiedSites)
public Permutation( 
   double randomk,
   int numberOfParcels,
   int numberOfSites,
   List<int> sitesInGroup,
   int numberOfOccupiedSites
)

Parameters

randomk
numberOfParcels
numberOfSites
sitesInGroup
numberOfOccupiedSites
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

Permutation Class
Permutation Members
Overload List

 

 


Send Comment