SpacingRuleLayout Property |
A choice of several gridline layout rules.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic SpacingRuleLayout Layout { get; }
Public ReadOnly Property Layout As SpacingRuleLayout
Get
public:
property SpacingRuleLayout Layout {
SpacingRuleLayout get ();
}
member Layout : SpacingRuleLayout with get
Property Value
SpacingRuleLayout
RemarksIf "None" is chosen, no internal lines will be
generated, but the effect is equivalent to having two
lines, one at each end of the region.
See Also