RVTDocs.com
Namespace: Autodesk.Revit.DB Class: DividedSurface

DividedSurface.IsSeedNode

Method
Description:
Reports whether a grid node is a "seed node," a node that is associated with one or more tiles.
Syntax
public bool IsSeedNode(
	GridNode gridNode
)
Parameters
Parameter Type Description
gridNode GridNode
Return Value
Exceptions
Exception Condition
ArgumentOutOfRangeException Thrown when the grid node indexes are outside the range [ 0, NumberOfUGridlines - 1 ], [ 0, NumberOfVGridlines - 1 ].