DataProviderElement =================== .. py:class:: ansys.stk.core.stkobjects.DataProviderElement Class defining a data provider element. .. py:currentmodule:: DataProviderElement Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.DataProviderElement.name` - Return a name of the element. * - :py:attr:`~ansys.stk.core.stkobjects.DataProviderElement.type` - Return a type of the element. * - :py:attr:`~ansys.stk.core.stkobjects.DataProviderElement.dimension_name` - Return the dimension of the element. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import DataProviderElement Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.DataProviderElement.name :type: str Return a name of the element. .. py:property:: type :canonical: ansys.stk.core.stkobjects.DataProviderElement.type :type: DataProviderElementType Return a type of the element. .. py:property:: dimension_name :canonical: ansys.stk.core.stkobjects.DataProviderElement.dimension_name :type: str Return the dimension of the element.