HazardousMaterialType Enumeration |
Specifies whether or not a material is hazardous, and if so, the regulatory directive that controls
the use of this substance in production.
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic enum HazardousMaterialType
Public Enumeration HazardousMaterialType
Members| Member name | Value | Description |
|---|
| NotHazardous | 0 |
The material is not hazardous
|
| Hazardous | 1 |
The material is not hazardous, but not subject to any particular directives.
|
| RoHS | 2 |
The material is hazardoes, and is subject to the Restriction of Hazardous Substances Directive
(RoHS)
|
See Also