Click or drag to resize

disStructureEntityID Methods

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

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

The disStructureEntityID type exposes the following members.

Methods
  NameDescription
Public methodcompareSAE(UInt64)
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.
Public methodcompareSAE(disStructureEntityID)
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.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToCSV
Returns values in Comma Seperated Value format.
Public methodToString
Returns a description of the entity ID instance.
(Overrides ValueTypeToString.)
Top
See Also