Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
Is there some possiblity how I can create True/False fx parameters by iLogic rule?
Thank you!
Solved! Go to Solution.
Hello all,
Is there some possiblity how I can create True/False fx parameters by iLogic rule?
Thank you!
Solved! Go to Solution.
Dim doc As PartDocument
doc = ThisApplication.ActiveDocument
Dim params As Parameters
params = doc.ComponentDefinition.Parameters
Call params.UserParameters.AddByValue("MyParam", True, kBooleanUnits)