Click or drag to resize

LabelCallbackTEntity Delegate

Returns a label for the specified entity.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public delegate string LabelCallback<TEntity>(
	Transaction transaction,
	TEntity entity
)

Parameters

transaction
Type: AGI.FoundationTransaction
The transaction to use.
entity
Type: TEntity
The entity for which to retrieve a label.

Type Parameters

TEntity
The type of entity.

Return Value

Type: String
The entity label.
See Also