📄 ivclightsource.java
字号:
//
// 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 IVcLightSource
/** @com.interface(iid=E9E074EC-BA0A-11D1-B137-0000F8753F5D, thread=AUTO, type=DUAL) */
public interface IVcLightSource extends IUnknown
{
/** @com.method(vtoffset=4, dispid=0, type=PROPGET, name="_Intensity", name2="get_Intensity", addFlagsVtable=4)
@com.parameters([type=R4] return)
@hidden */
public float get_Intensity();
/** @com.method(vtoffset=5, dispid=0, type=PROPPUT, name="_Intensity", name2="put_Intensity", addFlagsVtable=4)
@com.parameters([in,type=R4] __Intensity)
@hidden */
public void set_Intensity(float __Intensity);
/** @com.method(vtoffset=6, dispid=1, type=PROPGET, name="Intensity", name2="getIntensity", addFlagsVtable=4)
@com.parameters([type=R4] return) */
public float getIntensity();
/** @com.method(vtoffset=7, dispid=1, type=PROPPUT, name="Intensity", name2="putIntensity", addFlagsVtable=4)
@com.parameters([in,type=R4] Intensity) */
public void setIntensity(float Intensity);
/** @com.method(vtoffset=8, dispid=2, type=PROPGET, name="X", name2="getX", addFlagsVtable=4)
@com.parameters([type=R4] return) */
public float getX();
/** @com.method(vtoffset=9, dispid=2, type=PROPPUT, name="X", name2="putX", addFlagsVtable=4)
@com.parameters([in,type=R4] X) */
public void setX(float X);
/** @com.method(vtoffset=10, dispid=3, type=PROPGET, name="Y", name2="getY", addFlagsVtable=4)
@com.parameters([type=R4] return) */
public float getY();
/** @com.method(vtoffset=11, dispid=3, type=PROPPUT, name="Y", name2="putY", addFlagsVtable=4)
@com.parameters([in,type=R4] Y) */
public void setY(float Y);
/** @com.method(vtoffset=12, dispid=4, type=PROPGET, name="Z", name2="getZ", addFlagsVtable=4)
@com.parameters([type=R4] return) */
public float getZ();
/** @com.method(vtoffset=13, dispid=4, type=PROPPUT, name="Z", name2="putZ", addFlagsVtable=4)
@com.parameters([in,type=R4] Z) */
public void setZ(float Z);
/** @com.method(vtoffset=14, dispid=5, type=METHOD, name="Set", addFlagsVtable=4)
@com.parameters([in,type=R4] X, [in,type=R4] Y, [in,type=R4] Z, [in,type=R4] Intensity) */
public void Set(float X, float Y, float Z, float Intensity);
public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0xe9e074ec, (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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -