Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class AddToDocEventArgs

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMAppCore.dll

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

public sealed class AddToDocEventArgs : EventArgs

Inheritance

objectEventArgsAddToDocEventArgs

Extension Methods

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

Constructors

AddToDocEventArgs(Document, bool, bool)

Initializes a new instance of the class.

public AddToDocEventArgs(Document doc, bool bBackup, bool bLoading)

Parameters

doc Document

The document.

bBackup bool

The backup flag.

bLoading bool

The loading flag.

Properties

Document

Gets the document.

public Document Document { get; }

Property Value

Document

IsBackup

Gets the backup flag.

public bool IsBackup { get; }

Property Value

bool

IsLoading

Gets the loading flag.

public bool IsLoading { get; }

Property Value

bool

Connect with Ansys