Click or drag to resize
TileBaseIsMember Method
Determines if the tile is a member of the specified category.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public abstract bool IsMember(
	TileCategoryName cat
)

Parameters

cat
Type: (Default Namespace)TileCategoryName
Enumerated value that designates a tile category

Return Value

Type: Boolean
True if the tile is a member of the specified category
See Also