| IMapSelectedEntities Property |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Returns the list of selected entities(Platforms only) selected by the MACE operator.
Namespace:
BSI.MACE
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax SyncList<IPhysicalEntity> SelectedEntities { get; }
ReadOnly Property SelectedEntities As SyncList(Of IPhysicalEntity)
Get
Property Value
Type:
SyncListIPhysicalEntityReturn Value
Type:
SyncListIPhysicalEntityThe list will be empty if no entity has been selected by the operator.
See Also