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

IDs that are reserved in order to allow for specific capabilities within the system.

Namespace: Clarion
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public enum ReservedIDs

Members

Member nameValueDescription
NULL_DV0 Reserved for the NULL_DV
DISTRIBUTED_DV1 Reserved for agent-specific dimension-value pairs
DO_NOTHING2 Reserved for the DO_NOTHING External Action Chunk

Remarks

Note
In addition to the enumerated items themselves being reserved, the string values for the reserved IDs are also reserved.

See Also