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

The types of groups in which a drive may belong

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

Syntax

C#
public enum DriveSystemSpecifications

Members

Member nameValueDescription
APPROACH0 Specifies that the drive belongs to the approach system (i.e., the BAS)
AVOIDANCE1 Specifies that the drive belongs to the avoidance system (i.e., the BIS)
BOTH2 Specifies that the drive belongs to both the approach and avoidance systems
UNSPECIFIED3 Specifies that the drive does not belong to a system or that the system was not specified

See Also