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: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool LoadFromString(
string s
)
Public Function LoadFromString (
s As String
) As Boolean
public:
bool LoadFromString(
String^ s
)
member LoadFromString :
s : string -> bool
Parameters
- s
- Type: SystemString
[Missing <param name="s"/> documentation for "M:MAPFsimulator.Plan.LoadFromString(System.String)"]
Return Value
Type:
BooleanTrue, pokud nacteni probehlo uspesne.
See Also