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

DividedSurface.GetTileFamilyInstance

Method
Description:
Get a reference to a tile element associated with a given seed node.
Syntax
public FamilyInstance GetTileFamilyInstance(
	GridNode gridNode,
	int tileIndex
)
Parameters
Parameter Type Description
gridNode GridNode
tileIndex Int32
Return Value
Type Description
FamilyInstance A FamilyInstance object. Returns if the ObjectType property is not a FamilySymbol. Returns if the grid node is not a "seed node", or if the tile is omitted due to boundary conditions.
Exceptions
Exception Condition
ArgumentOutOfRangeException Thrown if the grid node is outside of the range specified by NumberOfUGridlines and NumberOfVGridlines, or if tileIndex is outside the range [0, TilesPerSeedNode-1].