Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class RemoveFromDocEventArgs

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMAppCore.dll

This class is to represent the event information that removed to document from linked object.

public sealed class RemoveFromDocEventArgs : EventArgs

Inheritance

objectEventArgsRemoveFromDocEventArgs

Extension Methods

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

Constructors

RemoveFromDocEventArgs(Document, bool)

Initializes a new instance of the class.

public RemoveFromDocEventArgs(Document doc, bool bBackup)

Parameters

doc Document

The document

bBackup bool

The backup flag.

RemoveFromDocEventArgs(Document)

Initializes a new instance of the class.

public RemoveFromDocEventArgs(Document doc)

Parameters

doc Document

The document

Properties

Document

Gets the backup flag.

public Document Document { get; }

Property Value

Document

IsBackup

Gets the backup flag.

public bool IsBackup { get; }

Property Value

bool

Connect with Ansys