2027 Method
Changes 0
M

FabricSheet.IsCoverOffsetValid

Description:
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.
public bool IsCoverOffsetValid(
	double coverOffset
)
  • Double
    coverOffset
    The cover offset value.
Return Value Boolean True if the value is valid, false if the value is invalid.