Class ObjectBaseFEColorEvent
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.FE.History
Assembly: VMFE.dll
This class is to represent the color event for fe body.
public class ObjectBaseFEColorEvent : ObjectBaseMeshColorEvent
Inheritance
object ← HistoryEvent ← ObjectBaseMeshColorEvent ← ObjectBaseFEColorEvent
Inherited Members
ObjectBaseMeshColorEvent.m_Color, ObjectBaseMeshColorEvent.m_keyObj, ObjectBaseMeshColorEvent.Undo(HistoryEventArgs), ObjectBaseMeshColorEvent.Redo(HistoryEventArgs), ObjectBaseMeshColorEvent.Clear(bool), ObjectBaseMeshColorEvent.GetColor(), ObjectBaseMeshColorEvent.ReplaceColor(Color), HistoryEvent.ClearEvent(bool), HistoryEvent.Undo(HistoryEventArgs), HistoryEvent.Redo(HistoryEventArgs), HistoryEvent.Clear(bool), HistoryEvent.BeforeUndo(HistoryEventArgs), HistoryEvent.AfterUndo(HistoryEventArgs), HistoryEvent.BeforeRedo(HistoryEventArgs), HistoryEvent.AfterRedo(HistoryEventArgs), HistoryEvent.BeforeAdded(AddToHistoryManagerEventArgs), HistoryEvent.AfterAdded(HistoryEventArgs), HistoryEvent.IsValid
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ObjectBaseFEColorEvent(object, Color)
public ObjectBaseFEColorEvent(object obOriginal, Color color)
Parameters
obOriginal object
color Color
ObjectBaseFEColorEvent(object)
public ObjectBaseFEColorEvent(object obOriginal)
Parameters
obOriginal object
Methods
GetColor()
protected override Color GetColor()
Returns
ReplaceColor(Color)
protected override void ReplaceColor(Color color)
Parameters
color Color