Identifies if the specified value is valid for use as a cover offset.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsCoverOffsetValid(
double coverOffset
)
Parameters
- coverOffset Double
-
The cover offset value.
Return Value
Boolean
True if the value is valid, false if the value is invalid.
Remarks
The cover offset must be less than or equal to the host thickness.
See Also
Reference