The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

Callable BimlScript (Callee)

<#@ property name="tableName" type="String" #>
<#@ property name="lateArriving" type="System.Boolean" #>
<#
    string lateArrivingString = "(LA)";
    string notLateArrivingString = "(not LA)";
#>
<Package Name="Building from <#=tableName#> <#= lateArriving ? lateArrivingString : notLateArrivingString #>" ConstraintMode="Linear" />

© Varigence