| Revit 2023 API |
| ScheduleDefinition..::..ShowGridLines Property |
| ScheduleDefinition Class See Also |
Indicates if the schedule grid lines will be visible on a sheet.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2019.2
Syntax
| C# |
|---|
public bool ShowGridLines { get; set; } |
| Visual Basic |
|---|
Public Property ShowGridLines As Boolean Get Set |
| Visual C++ |
|---|
public: property bool ShowGridLines { bool get (); void set (bool value); } |