Revit 2025.3 API
Default |
Gets the default Divided Surface number for a fixed number layout for U or V gridlines.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public int GetSurfaceNumber( UVGridlineType gridlines )
Public Function GetSurfaceNumber ( gridlines As UVGridlineType ) As Integer
public: int GetSurfaceNumber( UVGridlineType gridlines )
member GetSurfaceNumber : gridlines : UVGridlineType -> int
Parameters
- gridlines UVGridlineType
- U-gridlines or V-gridlines.
Return Value
Int32The default number for a fixed number layout.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
See Also