STAAD.Pro Physical Modeler Help

Element If

This element defines a conditional command.

Annotations The content of this command could be two different elements, "Then" elements that will be executed if their condition is TRUE and "Else" elements that will be executed if their condition is FALSE.
Diagram
Attribute @Condition Element Then Element Else
Used by
Model Element Then , Element Else
Children Element Else, Element Then
Instance
<If Condition="">
  <Then>{1,unbounded}</Then>
  <Else>{0,unbounded}</Else>
</If>
Attributes
QName Type Use
Attribute @Condition xs:string required
This attribute defines a bool equation. Is important do not use reserved characters for XML documents, see Introduction.