partIndex property
The index position of the part within the GeometryEditor.geometry.
Implementation
int get partIndex {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_GeometryEditorPart_getPartIndex(
_handle,
errorHandler,
);
});
}