Click or drag to resize

disStructureEntityIDcompareSAE Method (disStructureEntityID)

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(
	disStructureEntityID eID
)

Parameters

eID
Type: BSI.MACE.Network.DISdisStructureEntityID
disStructureEntityID structure to compare.

Return Value

Type: Int32
As above.
Remarks