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: 26.0.4.0 (26.0.4.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