AlternativeK_rob Constructor |
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic AlternativeK_rob(
int secondaryMain,
bool strict
)
Public Sub New (
secondaryMain As Integer,
strict As Boolean
)
public:
AlternativeK_rob(
int secondaryMain,
bool strict
)
new :
secondaryMain : int *
strict : bool -> AlternativeK_rob
Parameters
- secondaryMain
- Type: SystemInt32
[Missing <param name="secondaryMain"/> documentation for "M:MAPFsimulator.AlternativeK_rob.#ctor(System.Int32,System.Boolean)"]
- strict
- Type: SystemBoolean
[Missing <param name="strict"/> documentation for "M:MAPFsimulator.AlternativeK_rob.#ctor(System.Int32,System.Boolean)"]
See Also