Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class JournalUtility

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Operation
Assembly: VMOpCore.dll

The utility class for a journal.

public class JournalUtility

Inheritance

objectJournalUtility

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

JournalUtility()

public JournalUtility()

Methods

ExecuteJournal(OperationType, ObjectBase)

Executes the journal.

public static void ExecuteJournal(JournalUtility.OperationType typeOp, ObjectBase objEntity)

Parameters

typeOp JournalUtility.OperationType

The type op.

objEntity ObjectBase

The object entity.

ExecuteJournal(string[])

Executes the journal.

public static void ExecuteJournal(string[] arDeleteNames)

Parameters

arDeleteNames string[]

The ar delete names.

ExecuteJournal(string)

Executes the journal.

public static void ExecuteJournal(string strDeleteName)

Parameters

strDeleteName string

Name of the string delete.

ExecuteJournal(OperationType, ObjectBase, string[])

Executes the journal.

public static void ExecuteJournal(JournalUtility.OperationType typeOp, ObjectBase objEntity, string[] arDeleteNames)

Parameters

typeOp JournalUtility.OperationType

The type op.

objEntity ObjectBase

The object entity.

arDeleteNames string[]

The ar delete names.

Connect with Ansys