RVTDocs.com

LayoutRuleFixedDistance

Constructor
Description:
Constructor of LayoutRuleFixedDistance. Create LayoutRuleFixedDistance with the values passed in.
Syntax
public LayoutRuleFixedDistance(
	double spacing,
	BeamSystemJustifyType justifyType
)
Parameters
Parameter Type Description
spacing Double The value of spacing must be between 0 and 30000.
justifyType BeamSystemJustifyType The type of the justification, it's corresponding to the items in the element properties dialog.
Return Value