isAntiArea property
Whether an area-based event is an anti-area.
Valid only for TrafficEventImpactZone.area events. An anti-area means
the defined area represents the region that is not affected by other area events.
Returns
- bool:
truewhen the impact zone is an anti-area, otherwisefalse.
Implementation
bool get isAntiArea {
final OperationResult resultString = objectMethod(
pointerId,
'TrafficEvent',
'isAntiarea',
);
return resultString['result'];
}