RequirementAttribute Class

Requirements can be placed on input parameters by using the Requirement Attribute. These requirements will be evaluated before the method is called and if a requirement fails the method call will fail.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Tekla.Structural.ExpressoAddInRequirementAttribute

Namespace:  Tekla.Structural.ExpressoAddIn
Assembly:  Tedds.ExprInterop (in Tedds.ExprInterop.dll) Version: 24.1.0.0
Syntax
public class RequirementAttribute : Attribute
Constructors
See Also