Requirement Enumeration

Requirement placed on numeric parameter via the Requirement Attribute

Namespace:  Tekla.Structural.ExpressoAddIn
Assembly:  Tedds.ExprInterop (in Tedds.ExprInterop.dll) Version: 24.1.0.0
Syntax
public enum Requirement
Members
  Member nameValueDescription
Negative0 Numeric parameter must be negative
NonZeroNegative1 Numeric parameter must be non-zero and negative
NonZero2 Numeric parameter must be non-zero
NonZeroPositive3 Numeric parameter must be non-zero and positive
Positive4 Numeric parameter must be positive
See Also