size property
The number of overlays contained in this collection.
Returns
- The number of overlay datasets as an int.
Implementation
int get size {
final OperationResult resultString = objectMethod(
pointerId,
'OverlayCollection',
'size',
);
return resultString['result'];
}