Interface IImportedLibrary

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IImportedLibrary
    extends com4j.Com4jObject
    For HP use. Provides an interface for a library that is imported.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int beginImport()
      Imports the content of the connected library to this library.
      com4j.Com4jObject createdFromInfo()
      Return a LibraryInfo reference to the library this library was created from.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • createdFromInfo

        com4j.Com4jObject createdFromInfo()

        Return a LibraryInfo reference to the library this library was created from.

        Getter method for the COM property "CreatedFromInfo"

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

        int beginImport()

        Imports the content of the connected library to this library.

        Returns:
        Returns a value of type int