Clarification for thread limitation for IPlugFrame::resizeView

The SDK documentation does not mention anything related to thread limitations for IPlugFrame, specifically resizeView().

I would assume that this should be only called from UIThread - since this involves the UI. But I would like to get some clarification.

Is it okay to call this from an arbitrary thread - or should this be only called from the UI Thread?

Thanks.
Devendra.

This should be called from the UI Thread.

@Yvan - Thank You!

Would be good if this also gets added to the documentation.