SensorFieldOfViewVisualizer<TEntity>.FootprintOutlineDisplay Property |
Gets or sets a value indicating whether or not to show the footprint outline.
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 bool FootprintOutlineDisplay { get; set; }
Public Property FootprintOutlineDisplay As Boolean
Get
Set
public:
property bool FootprintOutlineDisplay {
bool get ();
void set (bool value);
}
member FootprintOutlineDisplay : bool with get, set
Property Value
Type:
Boolean
See Also