pathfinder.rgs

来自「最短路径查询,用的是ESRI公司arcobject组件开发的,已经作成dll,用」· RGS 代码 · 共 26 行

RGS
26
字号
HKCR
{
	NetObjVC6.PathFinder.1 = s 'PathFinder Class'
	{
		CLSID = s '{4CF2E1BE-E105-11D4-9C5F-00C04F5AAA5B}'
	}
	NetObjVC6.PathFinder = s 'PathFinder Class'
	{
		CLSID = s '{4CF2E1BE-E105-11D4-9C5F-00C04F5AAA5B}'
		CurVer = s 'NetObjVC6.PathFinder.1'
	}
	NoRemove CLSID
	{
		ForceRemove {4CF2E1BE-E105-11D4-9C5F-00C04F5AAA5B} = s 'PathFinder Class'
		{
			ProgID = s 'NetObjVC6.PathFinder.1'
			VersionIndependentProgID = s 'NetObjVC6.PathFinder'
			InprocServer32 = s '%MODULE%'
			{
				val ThreadingModel = s 'Apartment'
			}
			'TypeLib' = s '{92745DC1-E115-11D4-9C5F-00C04F5AAA5B}'
		}
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?