MapfViewcurrentAgentsPositions Property |
[Missing <summary> documentation for "P:MAPFsimulator.MapfView.currentAgentsPositions"]
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<Rectangle> currentAgentsPositions { get; }
Public ReadOnly Property currentAgentsPositions As List(Of Rectangle)
Get
public:
property List<Rectangle>^ currentAgentsPositions {
List<Rectangle>^ get ();
}
member currentAgentsPositions : List<Rectangle> with get
Property Value
Type:
ListRectangle
See Also