HistoryVisualizerTEntityHistoryGenerator Property  | 
  
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic HistoryGenerator<TEntity> HistoryGenerator { get; set; }Public Property HistoryGenerator As HistoryGenerator(Of TEntity)
	Get
	Set
public:
property HistoryGenerator<TEntity>^ HistoryGenerator {
	HistoryGenerator<TEntity>^ get ();
	void set (HistoryGenerator<TEntity>^ value);
}member HistoryGenerator : HistoryGenerator<'TEntity> with get, set
Property Value
Type: 
HistoryGeneratorTEntity
See Also