ivclightsources.java

来自「此文件为OPC Client IsVJTrend源代码,在VJ++开发环境下调试」· Java 代码 · 共 51 行

JAVA
51
字号
//
// Auto-generated using JActiveX.EXE 5.00.2918
//   ("D:\Program Files\Microsoft Visual Studio\VJ98\jactivex.exe" /wfc /t "D:\Program Files\Microsoft Visual Studio\VJ98\wfc.jnf" /w /xi /X:rkc /l "C:\TEMP\jvcCBC.tmp" /nologo /d "E:\InfoServer\clients\Java\Trend\ISVjTrend" "C:\WINNT\System32\MSCHRT20.OCX")
//
// WARNING: Do not remove the comments that include "@com" directives.
// This source file must be compiled by a @com-aware compiler.
// If you are using the Microsoft Visual J++ compiler, you must use
// version 1.02.3920 or later. Previous versions will not issue an error
// but will not generate COM-enabled class files.
//

package mschrt20;

import com.ms.com.*;
import com.ms.com.IUnknown;
import com.ms.com.Variant;
import msdatsrc.*;

// Dual interface IVcLightSources
/** @com.interface(iid=E9E074EE-BA0A-11D1-B137-0000F8753F5D, thread=AUTO, type=DUAL) */
public interface IVcLightSources extends IUnknown
{
  /** @com.method(vtoffset=4, dispid=4294967292, type=PROPGET, name="_NewEnum", name2="get_NewEnum", addFlagsVtable=4)
      @com.parameters([iid=00000000-0000-0000-C000-000000000046,thread=AUTO,type=OBJECT] return) */
  public IUnknown get_NewEnum();

  /** @com.method(vtoffset=5, dispid=1, type=PROPGET, name="Count", name2="getCount", addFlagsVtable=4)
      @com.parameters([type=I4] return) */
  public int getCount();

  /** @com.method(vtoffset=6, dispid=2, type=METHOD, name="Add", addFlagsVtable=4)
      @com.parameters([in,type=R4] X, [in,type=R4] Y, [in,type=R4] Z, [in,type=R4] Intensity, [iid=E9E074EC-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public mschrt20.IVcLightSource Add(float X, float Y, float Z, float Intensity);

  /** @com.method(vtoffset=7, dispid=3, type=METHOD, name="Remove", addFlagsVtable=4)
      @com.parameters([in,type=I2] Index) */
  public void Remove(short Index);

  /** @com.method(vtoffset=8, dispid=0, type=PROPGET, name="Item", name2="getItem", addFlagsVtable=4)
      @com.parameters([in,type=I2] Index, [iid=E9E074EC-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public mschrt20.IVcLightSource getItem(short Index);

  /** @com.method(vtoffset=9, dispid=4, type=PROPGET, name="_Item", name2="get_Item", addFlagsVtable=4)
      @com.parameters([in,type=I2] Index, [iid=E9E074EC-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return)
      @hidden */
  public mschrt20.IVcLightSource get_Item(short Index);


  public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0xe9e074ee, (short)0xba0a, (short)0x11d1, (byte)0xb1, (byte)0x37, (byte)0x0, (byte)0x0, (byte)0xf8, (byte)0x75, (byte)0x3f, (byte)0x5d);
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?