Click or drag to resize

IEquipmentGetInterfaceT Method

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

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

Gets an interface from the equipment to support specific functionality (if it exits) or returns Nothing. Usage ex: GetInterface(Of ITrackingSensor)()

Namespace:  BSI.MACE
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
T GetInterface<T>()
where T : class

Type Parameters

T
Type of Interface to return.

Return Value

Type: T
Interface of type the type specified or nothing.
See Also