Set the Layout property to FixedNumber.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetLayoutFixedNumber(
int number,
SpacingRuleJustification just,
double gridlinesRotation,
double offset
)
Parameters
- number Int32
-
- just SpacingRuleJustification
-
- gridlinesRotation Double
-
- offset Double
-
Remarks
When changing the Layout to FixedNumber,
you must also simultaneously set the Number,
Justification, GridlinesRotation, and Offset properties.
See Also
Reference