Revit 2015 API |
DividedSurface..::..VSpacingRule Property |
DividedSurface Class See Also |
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: 2015.0.0.0 (2015.0.0.0)
Syntax
C# |
---|
public SpacingRule VSpacingRule { get; } |
Visual Basic |
---|
Public ReadOnly Property VSpacingRule As SpacingRule Get |
Visual C++ |
---|
public: property SpacingRule^ VSpacingRule { SpacingRule^ get (); } |