Interface IComponentParam

    • Method Detail

      • component

        com4j.Com4jObject component()

        The Component containing the parameter.

        Getter method for the COM property "Component"

        Returns:
        Returns a value of type com4j.Com4jObject
      • isOut

        int isOut()

        Indicates if this is an output parameter. If False, this is an input parameter.

        Getter method for the COM property "IsOut"

        Returns:
        Returns a value of type int
      • isOut

        void isOut​(int pVal)

        Indicates if this is an output parameter. If False, this is an input parameter.

        Setter method for the COM property "IsOut"

        Parameters:
        pVal - Mandatory int parameter.