partIndex property

int partIndex

The index position of the part within the GeometryEditor.geometry.

Implementation

int get partIndex {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_GeometryEditorPart_getPartIndex(
      _handle,
      errorHandler,
    );
  });
}