STKXApplicationPartnerAccess ============================ .. py:class:: ansys.stk.core.stkx.STKXApplicationPartnerAccess STK X Application Partner Access object. .. py:currentmodule:: STKXApplicationPartnerAccess Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkx.STKXApplicationPartnerAccess.grant_partner_access` - Provide object model root for authorized business partners. Import detail ------------- .. code-block:: python from ansys.stk.core.stkx import STKXApplicationPartnerAccess Method detail ------------- .. py:method:: grant_partner_access(self, vendor: str, product: str, key: str) -> STKXApplication :canonical: ansys.stk.core.stkx.STKXApplicationPartnerAccess.grant_partner_access Provide object model root for authorized business partners. :Parameters: **vendor** : :obj:`~str` **product** : :obj:`~str` **key** : :obj:`~str` :Returns: :obj:`~STKXApplication`