DividedSurface.GetTileFamilyInstance
Description:
Get a reference to a tile element associated with a given seed node.
Get a reference to a tile element associated with a given seed node.
public FamilyInstance GetTileFamilyInstance(
GridNode gridNode,
int tileIndex
)
-
gridNode
-
Int32tileIndex
Return Value
nullNothingnullptr
A FamilyInstance object. Returns null Nothing nullptr a null reference ( Nothing in Visual Basic) if
the ObjectType property is not a FamilySymbol.
Returns null Nothing nullptr a null reference ( Nothing in Visual Basic) if the grid node is not a "seed node", or
if the tile is omitted due to boundary conditions.
-
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].