AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
GeoApplication类 参考
类 GeoApplication 继承关系图:
BaseApplication

Public 成员函数

boolean Initialize (Path baseExe, boolean useSync)
 
- Public 成员函数 继承自 BaseApplication
Viewer GetActiveViewer ()
 
void SetActiveViewer (Viewer val)
 
boolean GetStandalone ()
 
void SetStandalone (boolean val)
 
void Destroy ()
 
Viewer CreateView (int hwndHost, long width, long height)
 
Viewer CreateWindow3D (String title, long width, long height, boolean visible)
 
void InstallListener (Viewer viewer)
 
boolean ExecuteCommand (String name, String params)
 
boolean ExecuteCommand (String name)
 
boolean ExecuteCommand (String name, ParameterDict params)
 
String QueryCommand (String name, ParameterDict params)
 
String QueryCommand (String name, String params)
 
String QueryCommand (String name)
 
boolean Input (String parameters)
 
boolean Input (ParameterDict params)
 
boolean ExecuteEditorAction (String name, ParameterDict params)
 
void AddEventListener (AppEventListener pListener)
 
void RemoveEventListener (AppEventListener pListener)
 
Vector2 GetDpiScale ()
 

静态 Public 成员函数

static GeoApplication Instance ()
 
static GeoApplication GetInstance ()
 
- 静态 Public 成员函数 继承自 BaseApplication
static boolean InternalRegisterSdk (String a, String b, String d, String e, String f)
 

详细描述

成员函数说明

◆ Initialize()

boolean GeoApplication.Initialize ( Path basePath,
boolean useSync )

初始化。内部调用

参数
basePath程序EXE全路径
useSync是否启用数据同步
返回
true成功

重载 BaseApplication .