RVTDocs.com

MultiSegmentGrid.GetMultiSegementGridId

Method
Description:
Retrieve the element id of the MultiSegmentGrid of which the specified Grid is a member.
Syntax
public static ElementId GetMultiSegementGridId(
	Grid grid
)
Parameters
Parameter Type Description
grid Grid A Grid.
Return Value
Type Description
ElementId The element id of the associated GridChain. If the Grid is not associated to a GridChain, this will return invalidElementId.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null