iLogic - API /Syntax for Export Commands from ribbon customize dialog

iLogic - API /Syntax for Export Commands from ribbon customize dialog

Viktor.Lukjanow
Advocate Advocate
183 Views
0 Replies
Message 1 of 1

iLogic - API /Syntax for Export Commands from ribbon customize dialog

Viktor.Lukjanow
Advocate
Advocate

Hello,
I want to export the application options and ribbon customize dialog with an IiLogic rule.
Unfortunately I can't find the syntax / API for export Ribbon Customize dialog, do any of you know it?
I would like to use an iLogic for the export of application options and Ribbon customisation dialog.
iLogic for the export for application options was no problem as I found the syntax, but I can't find one for the Ribbon customise export.

This is my Code so far:

Dim sName As String
'Dim sName1 As String
Dim sPath As String

sName = "Anwendungsoptionen.xml"
'sName1 = "Anpassen.xml"
sPath = "V:\00_Inventor2024 Export\"

If Not System.IO.Directory.Exists(sPath) Then
		System.IO.Directory.CreateDirectory(sPath)
	End If

'Export aktuelle Anwendungsoptionen
ThisApplication.ExportApplicationOptions(sPath & sName)

'Export aktuelle Anpassungseinstellungen
ThisApplication.Export...

 

I need for this Application a Syntax / API:

ViktorLukjanow_0-1709636387101.png

 

Does anyone have an idea?

0 Likes
184 Views
0 Replies
Replies (0)