Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to link a multi value text parameter to the IProperty Title in the main assembly.
I have created a text parameter, TypeLichtstraat, with a multi value.
Under certain conditions, this parameter has a certain value.
However, when I click Save and Run I get the following message: The conversion from string FDF-Fh to type Boolean is invalid.
How do I get the text parameter linked to the Title iproperty in the main assembly?
iProperties.Value("Summary", "Title") = TypeLichtstraat If TypeZonwering = "Geen zonwering" And Hijsconstructie = False Then TypeLichtstraat = "FDF-Fh" And Feature.IsActive("13360-01", "Hijsconstr") = False End If iLogicVb.UpdateWhenDone = True
Mvg Jos
Youre drawings are as good as the symbols that compleet them.....
Youre drawings are as good as the symbols that compleet them.....
Solved! Go to Solution.