DividedSurface.NumberOfVGridlines Property

DividedSurfaceNumberOfVGridlines Property

Get the number of V-gridlines used on the surface.

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

Property Value

Int32
See Also