2024 Method
Changes 4
M

DividedSurface.GetTileFamilyInstance

Description:
Get a reference to a tile element associated with a given seed node.
public FamilyInstance GetTileFamilyInstance(
	GridNode gridNode,
	int tileIndex
)
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.