| IPhysicalEntityCommLinks Property (ICommLinkRelationshipEnum) |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Returns all of the type specific communication links for a platform.
Namespace:
BSI.MACE
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax SyncList<ICommLink> this[
ICommLinkRelationshipEnum relationship
] { get; }
ReadOnly Property CommLinks (
relationship As ICommLinkRelationshipEnum
) As SyncList(Of ICommLink)
Get
Parameters
- relationship
- Type: BSI.MACEICommLinkRelationshipEnum
The ICommLink specified relationship.
Return Value
Type:
SyncListICommLinkThe entire set of communication links to other platforms indexed by Platform we're connected to
See Also