All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.wshackle.fanuc.robotserver.ITPLabel Maven / Gradle / Ivy

The newest version!
package com.github.wshackle.fanuc.robotserver  ;

import com4j.*;

@IID("{C3FB0D02-58D6-11D0-8901-0020AF68F0A3}")
public interface ITPLabel extends com.github.wshackle.fanuc.robotserver.IRobotObject {
  // Methods:
  /**
   * 

* Returns the owning program object. *

*

* Getter method for the COM property "Program" *

* @return Returns a value of type com.github.wshackle.fanuc.robotserver.IProgram */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(8) com.github.wshackle.fanuc.robotserver.IProgram program(); /** *

* Getter method for the COM property "Id" *

* @return Returns a value of type int */ @DISPID(201) //= 0xc9. The runtime will prefer the VTID if present @VTID(9) int id(); /** *

* Getter method for the COM property "Line" *

* @return Returns a value of type com4j.Com4jObject */ @DISPID(202) //= 0xca. The runtime will prefer the VTID if present @VTID(10) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject line(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy