| 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
Function GetInterface(Of T As Class) As T
Type Parameters
- T
- Type of Interface to return.
Return Value
Type:
TInterface of type the type specified or nothing.
See Also