⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 netobjvc6.idl

📁 路径查找代码[vc版本代码]
💻 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 + -