.. role:: ts-api-decorator

################
QueryPartResults
################

.. js:module:: cee.ug
   :noindex:

.. container:: ts-api-section

   .. js:class:: QueryPartResults

      Get the results of a part.



.. container:: api-index-section

   .. rubric:: Constructors

   .. rst-class:: api-index-list-item api-kind-constructor api-parent-kind-class

   * :js:meth:`~cee.ug.QueryPartResults.constructor`



.. container:: api-index-section

   .. rubric:: Methods

   .. rst-class:: api-index-list-item api-kind-method api-parent-kind-class

   * :js:meth:`~cee.ug.QueryPartResults.executeQuery`





------------

Constructors
============

.. container:: ts-api-section

   .. js:function:: QueryPartResults.constructor( model)

      :param model: None
      :type model: RemoteModel


      :rtype: QueryPartResults



Methods
=======

.. rst-class:: ts-api-section

executeQuery
------------

.. js:method:: QueryPartResults.executeQuery( frameIndex, geometryIndex, partId, resultId, resultType, callback)

   :param frameIndex: The frame index for which to get the data.
   :type frameIndex: number
   :param geometryIndex: The zero-based geometryIndex of the part.
   :type geometryIndex: number
   :param partId: The id of the part.
   :type partId: number
   :param resultId: Id of the result for which the query fetches the values.
   :type resultId: number
   :param resultType: Type of the resultId (``ResultType.SCALAR`` or ``ResultType.VECTOR``).
   :type resultType: ResultType
   :param callback: None
   :type callback: QueryPartResultsCallback


   Executes the query to get result information about the given part.


   :rtype: void

