Interface ITDConnection_CreateMap

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ITDConnection_CreateMap
    extends com4j.Com4jObject
    Create IBSTRMap
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com4j.Com4jObject createBSTRMap()
      Create an IBSTRMap, If you create it you must release it.
      • Methods inherited from interface com4j.Com4jObject

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

      • createBSTRMap

        com4j.Com4jObject createBSTRMap()

        Create an IBSTRMap, If you create it you must release it. In C#: System.Runtime.InteropServices.Marshal.ReleaseComObject(map);

        Returns:
        Returns a value of type com4j.Com4jObject