EntityVisualizerTEntityEntities Property |
Gets or sets the entities being visualized.
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 EntitySet<TEntity> Entities { get; set; }
Public MustOverride Property Entities As EntitySet(Of TEntity)
Get
Set
public:
virtual property EntitySet<TEntity>^ Entities {
EntitySet<TEntity>^ get () abstract;
void set (EntitySet<TEntity>^ value) abstract;
}
abstract Entities : EntitySet<'TEntity> with get, set
Property Value
Type:
EntitySetTEntitySee Also