| disStructureEntityID Constructor (UInt16, UInt16, UInt16) |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Constructor.
Namespace:
BSI.MACE.Network.DIS
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax public disStructureEntityID(
ushort newSite,
ushort newApplication,
ushort newEntity
)
Public Sub New (
newSite As UShort,
newApplication As UShort,
newEntity As UShort
)
Parameters
- newSite
- Type: SystemUInt16
The location of this simulation. - newApplication
- Type: SystemUInt16
The executable that is running this simulation. - newEntity
- Type: SystemUInt16
The platform or other item identifier.
Remarks See Also