TAreaType Enumeration

Applies to AQTime 8.81, last modified on January 18, 2022

The TAreaType enumeration type specifies the profiling area type in methods and properties that you use for automating profiling areas via COM automation.

Declaration

IDL

typedef enum TAreaType
{
  atInclude = 0,
  atExclude = 1
} TAreaType;

Description

The enumeration contains the following values:

Value Integer Description
aqInclude 0 Specifies that the area is an including profiling area.
aqExclude 1 Specifies that the area is an excluding profiling area.

For information on differences between these types, see About Areas.

See Also

COM Type Reference
Managing Profiling Areas via COM
IaqCOMAccessAreaManager Object
IaqCOMAccessArea Object

Highlight search results