?? ivcview3d.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 IVcView3d
/** @com.interface(iid=E9E074F2-BA0A-11D1-B137-0000F8753F5D, thread=AUTO, type=DUAL) */
public interface IVcView3d extends IUnknown
{
/** @com.method(vtoffset=4, dispid=1, type=PROPGET, name="Rotation", name2="getRotation", addFlagsVtable=4)
@com.parameters([type=R4] return) */
public float getRotation();
/** @com.method(vtoffset=5, dispid=1, type=PROPPUT, name="Rotation", name2="putRotation", addFlagsVtable=4)
@com.parameters([in,type=R4] Rotation) */
public void setRotation(float Rotation);
/** @com.method(vtoffset=6, dispid=2, type=PROPGET, name="Elevation", name2="getElevation", addFlagsVtable=4)
@com.parameters([type=R4] return) */
public float getElevation();
/** @com.method(vtoffset=7, dispid=2, type=PROPPUT, name="Elevation", name2="putElevation", addFlagsVtable=4)
@com.parameters([in,type=R4] Elevation) */
public void setElevation(float Elevation);
/** @com.method(vtoffset=8, dispid=4, type=METHOD, name="Set", addFlagsVtable=4)
@com.parameters([in,type=R4] Rotation, [in,type=R4] Elevation) */
public void Set(float Rotation, float Elevation);
public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0xe9e074f2, (short)0xba0a, (short)0x11d1, (byte)0xb1, (byte)0x37, (byte)0x0, (byte)0x0, (byte)0xf8, (byte)0x75, (byte)0x3f, (byte)0x5d);
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -