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: 23.1.416.0 (23.1.416.0)
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