:class:`InvocationExpression` ============================= .. py:class:: ansys.sam.sysml2.meta_model.invocation_expression.InvocationExpression(id: str) Bases: :py:obj:`ansys.sam.sysml2.meta_model.expression.Expression` Java class 'com.ansys.medini.metamodel.sysml.InvocationExpression'. .. !! processed by numpydoc !! .. py:currentmodule:: InvocationExpression Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~argument` - Get the argument property. Import detail ------------- .. code-block:: python from ansys.sam.sysml2.meta_model.invocation_expression import InvocationExpression Property detail --------------- .. py:property:: argument :type: List[ansys.sam.sysml2.meta_model.expression.Expression] Get the argument property. :Returns: :obj:`List`\["Expression"] Value of property argument. .. !! processed by numpydoc !!