Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class RegisterSetEventBase

Last update: 16.07.2025

Namespace: VM.Managed.History
Assembly: VMAppCore.dll

public abstract class RegisterSetEventBase : HistoryEvent

Inheritance

object ← HistoryEvent ← RegisterSetEventBase

Derived

RegisterCurveSetEvent, RegisterFaceSetEvent

Inherited Members

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(object, LinkPropertyType)

Constructors

RegisterSetEventBase(UIntPtr, UIntPtr[], UIntPtr[])

public RegisterSetEventBase(UIntPtr ptrSet, UIntPtr[] arKeyUndoTopology, UIntPtr[] arKeyRedoTopology)

Parameters

ptrSet UIntPtr

arKeyUndoTopology UIntPtr[]

arKeyRedoTopology UIntPtr[]

Fields

m_arKeyRedoTopology

protected UIntPtr[] m_arKeyRedoTopology

Field Value

UIntPtr[]

m_arKeyUndoTopology

protected UIntPtr[] m_arKeyUndoTopology

Field Value

UIntPtr[]

m_keySet

protected UIntPtr m_keySet

Field Value

UIntPtr

Methods

AfterRedo(HistoryEventArgs)

protected override void AfterRedo(HistoryEventArgs args)

Parameters

args HistoryEventArgs

AfterUndo(HistoryEventArgs)

protected override void AfterUndo(HistoryEventArgs args)

Parameters

args HistoryEventArgs

Clear(bool)

protected override void Clear(bool bReserveReferenceCount)

Parameters

bReserveReferenceCount bool

Connect with Ansys