| EntityVisualizerTEntityDisplay 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)
 Syntax
Syntaxpublic abstract bool Display { get; set; }Public MustOverride Property Display As Boolean
	Get
	Set
public:
virtual property bool Display {
	bool get () abstract;
	void set (bool value) abstract;
}abstract Display : bool with get, set
Property Value
Type: 
Boolean See Also
See Also