📄 arccommands.idl
字号:
// ArcCommands.idl : IDL source for ArcCommands
//
// This file will be processed by the MIDL tool to
// produce the type library (ArcCommands.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
uuid(103C53F1-3C1D-43CA-88B1-E86C7771FEC3),
version(1.0),
helpstring("ArcCommands 1.0 Type Library")
]
library ArcCommandsLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
importlib("c:/arcgis/arcexe83/bin/esriCore.olb");
[
uuid(BCE12143-FA23-4B3F-A572-FFD0F233F687),
helpstring("AddData Class")
]
coclass AddData
{
[default] interface IUnknown;
interface ICommand;
};
[
uuid(9D0924E8-DF7A-4679-B9AE-9555EB35FAD9),
helpstring("Zoomin Class")
]
coclass Zoomin
{
[default] interface IUnknown;
interface ICommand;
interface ITool;
};
[
uuid(684E49FD-0CF7-424a-BD57-F6B1A635681C),
helpstring("Zoomout Class")
]
coclass Zoomout
{
[default] interface IUnknown;
interface ICommand;
interface ITool;
};
[
uuid(E2E38668-71E0-4269-93F0-E702859759A5),
helpstring("FixedZoomIn Class")
]
coclass FixedZoomIn
{
[default] interface IUnknown;
interface ICommand;
};
[
uuid(CB0B0998-6EDB-4c4c-B3A9-FFEDF9111949),
helpstring("FixedZoomOut Class")
]
coclass FixedZoomOut
{
[default] interface IUnknown;
interface ICommand;
};
[
uuid(1169E65B-5946-4f8a-94BD-262CF534F620),
helpstring("Pan Class")
]
coclass Pan
{
[default] interface IUnknown;
interface ICommand;
interface ITool;
};
[
uuid(ED8DFFE9-458F-4417-BFFF-DEFBA36BD01A),
helpstring("FullExtent Class")
]
coclass FullExtent
{
[default] interface IUnknown;
interface ICommand;
};
[
uuid(800A394C-FF33-4546-AA2E-667BF7A6ADF4),
helpstring("PrevExtent Class")
]
coclass PrevExtent
{
[default] interface IUnknown;
interface ICommand;
};
[
uuid(353C6874-766A-4ab4-8FC0-28B1B0421192),
helpstring("NextExtent Class")
]
coclass NextExtent
{
[default] interface IUnknown;
interface ICommand;
};
[
uuid(16227083-5F9C-4bf3-AC64-ABF7CF788ED8),
helpstring("SelectFeature Class")
]
coclass SelectFeature
{
[default] interface IUnknown;
interface ICommand;
interface ITool;
};
[
uuid(FE820BD8-5027-4982-AFAE-EC0062D8797D),
helpstring("Identify Class")
]
coclass Identify
{
[default] interface IUnknown;
interface ICommand;
interface ITool;
};
[
uuid(5E867A26-F1AC-47a1-911C-C1BBAAE07A29),
helpstring("Identify2 Class")
]
coclass Identify2
{
[default] interface IUnknown;
interface ICommand;
interface ITool;
};
[
uuid(5E4D347F-AD38-4a1e-873E-5A4F0A59CE6D),
helpstring("Measure Class")
]
coclass Measure
{
[default] interface IUnknown;
interface ICommand;
interface ITool;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -