Table of Contents

Class InteractiveEntity

Namespace
Macad.Core.Topology
Assembly
Macad.Core.dll
public abstract class InteractiveEntity : Entity
Inheritance
InteractiveEntity
Derived

Properties

public bool IsVisible { get; set; }
Property Value: bool

public Layer Layer { get; set; }
Property Value: Layer

public Guid LayerId { get; set; }
Property Value: Guid

public override string Name { get; set; }
Property Value: string

Methods

public virtual void Invalidate()

public override void OnBeginDeserializing(SerializationContext context)
context SerializationContext

public void RaiseVisualChanged()

Events

public static event InteractiveEntity.InteractiveChangedEventHandler VisualChanged
Event Type: InteractiveEntity.InteractiveChangedEventHandler