MultiSegmentGrid.GetMultiSegementGridId Method

MultiSegmentGridGetMultiSegementGridId Method

Retrieve the element id of the MultiSegmentGrid of which the specified Grid is a member.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ElementId GetMultiSegementGridId(
	Grid grid
)
Public Shared Function GetMultiSegementGridId ( 
	grid As Grid
) As ElementId
public:
static ElementId^ GetMultiSegementGridId(
	Grid^ grid
)
static member GetMultiSegementGridId : 
        grid : Grid -> ElementId 

Parameters

grid  Grid
A Grid.

Return Value

ElementId
The element id of the associated GridChain. If the Grid is not associated to a GridChain, this will return invalidElementId.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also