Revit 2023 API |
FillPattern..::..GridCount Property |
FillPattern Class See Also |
Gets the count of the fill grids in this fill pattern.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public int GridCount { get; } |
Visual Basic |
---|
Public ReadOnly Property GridCount As Integer Get |
Visual C++ |
---|
public: property int GridCount { int get (); } |