FabricArea.IsCoverOffsetValid
Description:
Identifies if the specified value is valid for use as a cover offset.
Identifies if the specified value is valid for use as a cover offset.
Remarks:
The cover offset must be less than or equal to the host thickness.
The cover offset must be less than or equal to the host thickness.
public bool IsCoverOffsetValid(
double coverOffset
)
-
DoublecoverOffsetThe cover offset value.
Return Value
bool
True if the value is valid, false if the value is invalid.