Revit 2026 API
Curtain |
Gets all ElementIds of grid lines in the V direction.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICollection<ElementId> GetVGridLineIds()
Public Function GetVGridLineIds As ICollection(Of ElementId)
public: ICollection<ElementId^>^ GetVGridLineIds()
member GetVGridLineIds : unit -> ICollection<ElementId>
Return Value
ICollectionElementIdThe V grid line ElementIds
See Also