HistoryVisualizerTEntityDisplay Property  | 
 
            Gets or sets a value indicating whether the entities are displayed.
            
 
    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 override bool Display { get; set; }Public Overrides Property Display As Boolean
	Get
	Set
public:
virtual property bool Display {
	bool get () override;
	void set (bool value) override;
}abstract Display : bool with get, set
override Display : bool with get, set
Property Value
Type: 
Boolean
See Also