Message 1 of 5
Translation VBA > iLogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have an iLogic rule with a sub :
Sub Modif_part(oPart As PartDocument)
...
End sub
Is it possible to use on oPart syntax for parts, like
iProperties.PartColor="XXX"
or
p = Parameter.Param("YYY") ?
Or I have to use the VB syntax :
oPart.ActiveRenderStyle=oPart.RenderStyles.item("XXX")
or
p=oPart.ComponentDefinition.Parameters.UserParameters.item("G_T").Value