RVTDocs.com

LayoutRuleMaximumSpacing

Constructor
Description:
Constructor of LayoutRuleMaximumSpacing.
Remarks:
The value of spacing must be in (0, 30000), but in fact the spacing should not be too small or too great.
Syntax
public LayoutRuleMaximumSpacing(
	double spacing
)
Parameters
Parameter Type Description
spacing Double The value of spacing must be in (0, 30000).
Return Value