Lists the validation type of the fabrication part.
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum ValidationStatus
Members
Member name | Value | Description |
---|---|---|
InvalidDimensions | 1 | The part has invalid dimensions. |
NoMaterial | 2 | The part has no material being specified. |
Valid | 0 | The part is valid to fabrication. |