API function SotReleasedGroup.AddProperty (create SOT released property) is editor language dependent
Summary
Now the API function AddProperty is language independent and its using the "external names" and not the "visual names".
Description
Now the API function AddProperty is language independent and its using the "external names" and not the "visual names".
Issue Number: 248315
Fixed on Date: 21.3.2022
Versions: 10 0 BUILD 97200
Related Articles
API - Setting the smart object released property is not correctly saved
Summary The API function ISoReleasedProperty.SetValue() is not executed correctly in the service engine. This has been fixed. Description Via the API a property of a Smart Object is released with the function ISoReleasedProperty.SetValue(). After ...
Symbols: Linked function to subprojects in released property is lost
Description In a symbol there is the released property "Function". This is linked to a function in a subproject. When the screen is restarted, the link to the function no longer exists. This behavior has been fixed. To take advantage of this fix: ...
FAQ: How to hook to function execution in the Service Engine over the API?
COM: RtFunctions contains a new event (PreExecuteFunction) which gets fired before a function is executed. This event handler contains a parameter which is a temporary copy of the function which is about to be executed. ADDIN: An identical event ...
API - Create/Delete process gateway via API
Summary Process Gateways can be created or deleted via API. Description The Interface IProject has been supplemented with the IProcessGatewayCollection property. This property can be used to access preconfigured Process Gateways, delete existing ...
Set colors of color palette to zenon elements via API.
Colors in zenon are a 3-byte code of RGB values. The value #EB29D6 corresponds to a strong pink tone. If these colors are linked directly to a zenon object exactly this value is entered in the dynamic property of the element, screen, textcolor, ...