Share

Ceiling.GetCeilingGridLines Method

Get the geometric representation of the ceiling grid, optionally including the ceiling boundary.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public IList<Curve> GetCeilingGridLines(
	bool includeBoundary
)

Parameters

includeBoundary  Boolean
Include the boundary of the ceiling with the grid lines.

Return Value

IList<Curve>
The curves representing the ceiling grid, optionally including the ceiling boundary.

See Also

Reference

Was this information helpful?