Is there a way to get all FlowFragment ObjectProxies without knowing the name nor ID of these?
I don't find any getFlows nor related method in the API.
Thanks in advance.
var result = Session.RunQuery("SELECT * FROM Flow WHERE ObjectType=FlowFragment");
foreach ( var obj in result.Rows )
{
// to what you want with your object 'obj'
}
Return to articy:draft Macro Devkit
Users browsing this forum: No registered users and 1 guest