CurtainGrid.GetVGridLineIds Method

CurtainGridGetVGridLineIds Method

Gets all ElementIds of grid lines in the V direction.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ICollection<ElementId> GetVGridLineIds()
Public Function GetVGridLineIds As ICollection(Of ElementId)
public:
ICollection<ElementId^>^ GetVGridLineIds()
member GetVGridLineIds : unit -> ICollection<ElementId> 

Return Value

ICollectionElementId
The V grid line ElementIds
See Also