| disStructureEntityIDcompareSAE Method (UInt64) |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Compares a entity ID passed in to this one and returns:
0 - No Match.
1 - Site matches or ALL_SITES specified.
2 - App matches or ALL_APPS specified.
3 - Entity matches or ALL_ENTITIES specified.
Namespace:
BSI.MACE.Network.DIS
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax public int compareSAE(
ulong eID
)
Public Function compareSAE (
eID As ULong
) As Integer
Parameters
- eID
- Type: SystemUInt64
disStructureEntityID structure (as long) to compare.
Return Value
Type:
Int32As above.
Remarks See Also