<Code Lib>
2027 Constructor
Changes 0
C

LayoutRuleClearSpacing()

Description:
Constructor of LayoutRuleFixedDistance. Create LayoutRuleFixedDistance with the values passed in.
Remarks:
The value of spacing must be in [0, 30000), but in fact the spacing should not be too small or too great.

public LayoutRuleClearSpacing(
	double spacing,
	BeamSystemJustifyType justifyType
)

  • Double
    spacing
    The value of spacing must be in [0, 30000).
  • justifyType
    The type of the justification, it's corresponding to the items in the element properties dialog.

Loading…