SpacingRuleJustification Property |
The justification of the lines within
the region.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic SpacingRuleJustification Justification { get; set; }
Public Property Justification As SpacingRuleJustification
Get
Set
public:
property SpacingRuleJustification Justification {
SpacingRuleJustification get ();
void set (SpacingRuleJustification value);
}
member Justification : SpacingRuleJustification with get, set
Property Value
SpacingRuleJustification
RemarksThis property is only available when
Layout is equal to FixedDistance,
FixedNumber, MaximumSpacing, or MinimumSpacing.
See Also