ObjectLink ========== .. py:class:: ansys.stk.core.stkobjects.ObjectLink Class defining name of an STK object. .. py:currentmodule:: ObjectLink Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ObjectLink.name` - Return STK object name. * - :py:attr:`~ansys.stk.core.stkobjects.ObjectLink.path` - Return STK object path. * - :py:attr:`~ansys.stk.core.stkobjects.ObjectLink.type` - Return STK object type. * - :py:attr:`~ansys.stk.core.stkobjects.ObjectLink.linked_object` - Return the STK object associated with the instance. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ObjectLink Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.ObjectLink.name :type: str Return STK object name. .. py:property:: path :canonical: ansys.stk.core.stkobjects.ObjectLink.path :type: str Return STK object path. .. py:property:: type :canonical: ansys.stk.core.stkobjects.ObjectLink.type :type: STKObjectType Return STK object type. .. py:property:: linked_object :canonical: ansys.stk.core.stkobjects.ObjectLink.linked_object :type: ISTKObject Return the STK object associated with the instance.