RVTDocs.com
Namespace: Autodesk.Revit.DB Class: SpacingRule

SpacingRule.SetLayoutFixedNumber

Method
Description:
Set the Layout property to FixedNumber.
Remarks:
When changing the Layout to FixedNumber, you must also simultaneously set the Number, Justification, GridlinesRotation, and Offset properties.
Syntax
public void SetLayoutFixedNumber(
	int number,
	SpacingRuleJustification just,
	double gridlinesRotation,
	double offset
)
Parameters
Parameter Type Description
number Int32
just SpacingRuleJustification
gridlinesRotation Double
offset Double
Return Value