Interface PHXDATAEXPLORERLib::IPHXDataExplorerPointer Last update: 16.07.2025 Definition: LIBS/DataExplorer/PHXDataExplorer/PHXDataExplorer.odl (line 391) A pointer class used to prevent circular dependencies between Data Explorer, Data History, and Data Explorer Plug-Ins. Members getDataExplorer Public functions Function getDataExplorer IDispatch * PHXDATAEXPLORERLib::IPHXDataExplorerPointer::getDataExplorer() Returns a new pointer to the associated Data Explorer Object. Do not store this object locally, use it temporarily and release it as soon as you are done with it. Otherwise, circular dependencies will prevent proper cleanup of memory allocation. Return type: IDispatch *