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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
BooleanSee Also