size property
Get the number of paths in this collection.
Returns
- The number of paths
Throws
- An exception if it fails.
Implementation
int get size {
final OperationResult resultString = objectMethod(
_pointerId,
'MapViewPathCollection',
'size',
);
return resultString['result'];
}