Ceiling.GetCeilingGridLines Method

CeilingGetCeilingGridLines 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.0.4.0 (26.0.4.0)
Syntax
public IList<Curve> GetCeilingGridLines(
	bool includeBoundary
)
Public Function GetCeilingGridLines ( 
	includeBoundary As Boolean
) As IList(Of Curve)
public:
IList<Curve^>^ GetCeilingGridLines(
	bool includeBoundary
)
member GetCeilingGridLines : 
        includeBoundary : bool -> IList<Curve> 

Parameters

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

Return Value

IListCurve
The curves representing the ceiling grid, optionally including the ceiling boundary.
See Also