partIndex property
The index position of the part within the part collection of a multipart geometry that contains this GeometryEditorMidVertex.
Implementation
int get partIndex {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_GeometryEditorMidVertex_getPartIndex(
_handle,
errorHandler,
);
});
}