Location Constructor (Int32) |
Initializes a new instance of the Location class
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic Location(
int index
)
Public Sub New (
index As Integer
)
public:
Location(
int index
)
new :
index : int -> Location
Parameters
- index
- Type: SystemInt32
The location's index in the TravelTime matrix.
See Also