?? netobjvc6.idl
字號:
// NetObjVC6.idl : IDL source for NetObjVC6.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (NetObjVC6.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
uuid(92745DC1-E115-11D4-9C5F-00C04F5AAA5B),
version(1.0),
helpstring("NetObjVC6 1.0 Type Library")
]
library NETOBJVC6Lib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
importlib("esriCore.olb");
[
object,
uuid(92745DCD-E115-11D4-9C5F-00C04F5AAA5B),
helpstring("IPathFinder Interface"),
pointer_default(unique)
]
interface IPathFinder : IUnknown
{
[helpstring("method OpenFeatureDatasetNetwork")] HRESULT OpenFeatureDatasetNetwork([in] IFeatureDataset* inFeatureDataset);
[helpstring("method OpenAccessNetwork")] HRESULT OpenAccessNetwork(BSTR AccessFileName, BSTR FeatureDatasetName);
[propget, helpstring("property StopPoints")] HRESULT StopPoints([out, retval] IPointCollection* *pVal);
[propputref, helpstring("property StopPoints")] HRESULT StopPoints([in] IPointCollection* newVal);
[propget, helpstring("property Map")] HRESULT Map([out, retval] IMap* *pVal);
[propputref, helpstring("property Map")] HRESULT Map([in] IMap* newVal);
[propget, helpstring("property PathCost")] HRESULT PathCost([out, retval] double *pVal);
[propget, helpstring("property PathPolyLine")] HRESULT PathPolyLine([out, retval] IPolyLine* *pVal);
[helpstring("method SolvePath")] HRESULT SolvePath(BSTR WeightName);
};
[
uuid(4CF2E1BE-E105-11D4-9C5F-00C04F5AAA5B),
helpstring("PathFinder Class")
]
coclass PathFinder
{
[default] interface IPathFinder;
};
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -