GetUGridLineIds Method


Curtain Grid Get UGrid Line Ids Method

Gets all ElementIds of grid lines in the U direction.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ICollection<ElementId> GetUGridLineIds()

Return Value

ICollection ElementId
The U grid line ElementIds
See Also