Represents the Law object.
Methods
-
Sub AddFormalParameter( iName, iMagnitude)
-
Creates a formal parameter for the law.
- Parameters:
-
- iName
- The name of the formal parameter.
dd>
- iType
- The type name of the formal parameter.
dd>
-
Sub RemoveFormalParameter( iName)
-
Removes a formal parameter of the law.
- Parameters:
-
- iName
- The name of the formal parameter.
dd>