Click or drag to resize
PlanLoadFromString Method
Nacte plan z textoveho retezce. Jednotlive vrcholy musi byt zapsany ve forme souradnic x,y, oddelene carkami. Mezi vrcholy se musi nachazet oddelovac "-->"

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool LoadFromString(
	string s
)

Parameters

s
Type: SystemString

[Missing <param name="s"/> documentation for "M:MAPFsimulator.Plan.LoadFromString(System.String)"]

Return Value

Type: Boolean
True, pokud nacteni probehlo uspesne.
See Also