Click or drag to resize

IMap Interface

Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements.

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:BSI.MACE.IMap"]

Namespace:  BSI.MACE
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public interface IMap : INotifyPropertyChanged

The IMap type exposes the following members.

Properties
  NameDescription
Public propertySelectedEntities
Returns the list of selected entities(Platforms only) selected by the MACE operator.
Public propertySelectedEntity
Returns the selected entity (Platform) as selected by the MACE operator.
Public propertySelectedSite
Returns the selected entity (Site) as selected by the MACE operator.
Top
Events
  NameDescription
Public eventMouseDown
Provide notification when the user triggers a mouse down event over the MACE Map.
Public eventMouseUp
Provide notification when the user triggers a mouse up event over the MACE Map.
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.)
Top
See Also