Click or drag to resize

disStructureEntityIDlongId Property

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

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

Gets or sets a long id composed of the site, application, and entity values. Bits 63 - 48 are the DIS site id. Bits 47 - 32 are the DIS application id. Bits 31 - 16 are the DIS entity id. Bits 15 - 0 are 0 (and lost when setting).

Namespace:  BSI.MACE.Network.DIS
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public ulong longId { get; set; }

Property Value

Type: UInt64
A 8 byte value containing 6 bytes of the DIS entity ID.

Return Value

Type: UInt64
A long composed of the site, application, and entity values.
Remarks