partCount property
Get marker parts count.
Returns
- marker parts count
Throws
- An exception if it fails.
Implementation
int get partCount {
final OperationResult resultString = objectMethod(
_pointerId,
'Marker',
'getPartCount',
);
return resultString['result'];
}