DividedSurface.VSpacingRule Property

DividedSurfaceVSpacingRule Property

Access to the rule for laying out the second series of equidistant parallel lines on the surface.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public SpacingRule VSpacingRule { get; }
Public ReadOnly Property VSpacingRule As SpacingRule
	Get
public:
property SpacingRule^ VSpacingRule {
	SpacingRule^ get ();
}
member VSpacingRule : SpacingRule with get

Property Value

SpacingRule
See Also