Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class DocModifiedInfoVMDocument

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll

This class is to represent the document modified information for VM document.

public class DocModifiedInfoVMDocument : DocModifiedInfo

Inheritance

objectDocModifiedInfoDocModifiedInfoVMDocument

Inherited Members

DocModifiedInfo.DocumentSaved(), DocModifiedInfo.Cleanup(), DocModifiedInfo.FilePath, DocModifiedInfo.Status

Extension Methods

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

Constructors

DocModifiedInfoVMDocument(Document)

Initializes a new instance of the class.

public DocModifiedInfoVMDocument(Document doc)

Parameters

doc Document

The document.

Properties

DependentDocuments

Gets or sets the dependent documents.

public List<document> DependentDocuments { get; set; }

Property Value

List

Document

Gets or sets the document.

public Document Document { get; set; }

Property Value

Document

FilePath

Gets the file path.

public override string FilePath { get; }

Property Value

string

Methods

Cleanup()

Cleanups this instance.

public override void Cleanup()

OnDependentAdded(object, DependentDocEventArgs)

Called when [dependent added].

public void OnDependentAdded(object o, DependentDocEventArgs args)

Parameters

o object

The object.

args DependentDocEventArgs

The instance containing the event data.

OnDependentRemoved(object, DependentDocEventArgs)

Called when [dependent removed].

public void OnDependentRemoved(object o, DependentDocEventArgs args)

Parameters

o object

The object.

args DependentDocEventArgs

The instance containing the event data.

Connect with Ansys