GetVGridLineIds Method


Curtain Grid Get VGrid Line Ids Method

Gets all ElementIds of grid lines in the V direction.

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

Return Value

ICollection ElementId
The V grid line ElementIds
See Also