get_active_model#
Example
id = rstab_app.get_active_model().id
print(id)
var id = await rstab_app.get_active_model().id;
Console.WriteLine(id);
Output:
"c9d710f3-866e-410e-abc9-742bdb15bf07"
Example
id = rstab_app.get_active_model().id
print(id)
var id = await rstab_app.get_active_model().id;
Console.WriteLine(id);
Output:
"c9d710f3-866e-410e-abc9-742bdb15bf07"