Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloBush/Java_MHXYdemo
/ GetPath
Method
GetPath
src/pkgDm/Dm2Java.java:659–661 ·
view source on GitHub ↗
获取全局路径.(可用于调试) @return 以字符串的形式返回当前设置的全局路径
()
Source
from the content-addressed store, hash-verified
657
* @
return
以字符串的形式返回当前设置的全局路径
658
*/
659
public
String GetPath(){
660
return
Dispatch.call(dm,
"GetPath"
).getString();
661
}
662
663
/**
664
* 设定图色的获取方式,默认是显示器或者后台窗口(具体参考BindWindow)
Callers
nothing calls this directly
Calls
2
call
Method · 0.95
getString
Method · 0.45
Tested by
no test coverage detected