| Revit 2022.1 API |
| DividedSurface..::..USpacingRule Property |
| DividedSurface Class See Also |
Access to the rule for laying out the first series of equidistant
parallel lines on the surface.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public SpacingRule USpacingRule { get; } |
| Visual Basic |
|---|
Public ReadOnly Property USpacingRule As SpacingRule Get |
| Visual C++ |
|---|
public: property SpacingRule^ USpacingRule { SpacingRule^ get (); } |