Retrieve the element id of the MultiSegmentGrid of which the specified Grid is a member.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ElementId GetMultiSegementGridId(
Grid grid
)
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
See Also
Reference