    

 ## On this page

  

 

 #  Class ExportDFG

 Last update: 16.07.2025 

Namespace: [VM.Managed.DAFUL.Linear.Operation](VM.Managed.DAFUL.Linear.Operation.md)  
Assembly: VMOpLinear.dll

The export post dfg file operation

```csharp
public class ExportDFG : SimulateForComponentEigenvalue, IOperation

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← OperationBase ← SimulationRun ← [SimulateForComponentEigenvalue](VM.Managed.DAFUL.Linear.Operation.SimulateForComponentEigenvalue.md) ← [ExportDFG](VM.Managed.DAFUL.Linear.Operation.ExportDFG.md)

#### Implements

IOperation

#### Inherited Members

[SimulateForComponentEigenvalue.m\_lstObjEigen](VM.Managed.DAFUL.Linear.Operation.SimulateForComponentEigenvalue.md#VM_Managed_DAFUL_Linear_Operation_SimulateForComponentEigenvalue_m_lstObjEigen), [SimulateForComponentEigenvalue.m\_param](VM.Managed.DAFUL.Linear.Operation.SimulateForComponentEigenvalue.md#VM_Managed_DAFUL_Linear_Operation_SimulateForComponentEigenvalue_m_param), [SimulateForComponentEigenvalue.Execute()](VM.Managed.DAFUL.Linear.Operation.SimulateForComponentEigenvalue.md#VM_Managed_DAFUL_Linear_Operation_SimulateForComponentEigenvalue_Execute), [SimulateForComponentEigenvalue.ReadExtraJournal(XmlElement)](VM.Managed.DAFUL.Linear.Operation.SimulateForComponentEigenvalue.md#VM_Managed_DAFUL_Linear_Operation_SimulateForComponentEigenvalue_ReadExtraJournal_System_Xml_XmlElement_), [SimulateForComponentEigenvalue.WriteExtraJournal(XmlWriter)](VM.Managed.DAFUL.Linear.Operation.SimulateForComponentEigenvalue.md#VM_Managed_DAFUL_Linear_Operation_SimulateForComponentEigenvalue_WriteExtraJournal_System_Xml_XmlWriter_), [SimulateForComponentEigenvalue.SimulationRunImpl(bool)](VM.Managed.DAFUL.Linear.Operation.SimulateForComponentEigenvalue.md#VM_Managed_DAFUL_Linear_Operation_SimulateForComponentEigenvalue_SimulationRunImpl_System_Boolean_), [SimulateForComponentEigenvalue.AutoSetEigenvalueObject()](VM.Managed.DAFUL.Linear.Operation.SimulateForComponentEigenvalue.md#VM_Managed_DAFUL_Linear_Operation_SimulateForComponentEigenvalue_AutoSetEigenvalueObject), [SimulateForComponentEigenvalue.Success](VM.Managed.DAFUL.Linear.Operation.SimulateForComponentEigenvalue.md#VM_Managed_DAFUL_Linear_Operation_SimulateForComponentEigenvalue_Success), [SimulateForComponentEigenvalue.Name](VM.Managed.DAFUL.Linear.Operation.SimulateForComponentEigenvalue.md#VM_Managed_DAFUL_Linear_Operation_SimulateForComponentEigenvalue_Name), SimulationRun.m\_strSimulationConfiguration, SimulationRun.m\_strFilePath, SimulationRun.m\_strUserDefinedScenarioTypeName, SimulationRun.Execute(), SimulationRun.GetInformation(XmlWriter), SimulationRun.ReadExtraJournal(XmlElement), SimulationRun.WriteExtraJournal(XmlWriter), SimulationRun.UpdateUI(IUIUpdate, Document), SimulationRun.SimulationRunImpl(bool), SimulationRun.PrepareSimulationSetting(), SimulationRun.ShowDialog(), SimulationRun.PrepareForm(SimulationFormBase), SimulationRun.ApplySimulation(SimulationFormBase), SimulationRun.ExecuteImpl(), SimulationRun.ExecuteImplNotPrePareSimulation(), SimulationRun.Name, SimulationRun.SimulationForm, SimulationRun.NotPrePareSimulation, SimulationRun.FormResult, SimulationRun.SimParam, SimulationRun.SkipCheckDirectory, SimulationRun.FilePath, OperationBase.g\_bRedrawKernel, OperationBase.g\_bVerify, OperationBase.g\_bSkipAddEvent, OperationBase.g\_bDupicateMsg, OperationBase.m\_bIsHistoryMerge, OperationBase.Execute(), OperationBase.PostExecute(), OperationBase.GetInformation(XmlWriter), OperationBase.Create(string, View, object), OperationBase.Create(string, IDocument, object), OperationBase.Create(string, object), OperationBase.Create(string), OperationBase.StartSession(), OperationBase.StartSession(OperationBase, OperationBase.PostOperation), OperationBase.StartSession(OperationBase), OperationBase.StartSessionAndWait(), OperationBase.StartSessionAndWait(OperationBase, OperationBase.PostOperation), OperationBase.StartSessionAndWait(OperationBase), OperationBase.Initialize(OperationBase.ShowVerifyResult), OperationBase.RecordJournal(OperationBase), OperationBase.UseSession(string), OperationBase.raise\_OnOperationStatusChanged(object, OperationStatusEventArgs), OperationBase.raise\_OnEndOperation(object, EventArgs), OperationBase.ClearCurrentMark(string), OperationBase.ClearCurrentMark(IDocument), OperationBase.ClearCurrentMark(), OperationBase.GlobalOverride, OperationBase.IsDoingThread, OperationBase.ExecuteMacro, OperationBase.SimStatus, OperationBase.Status, OperationBase.autoEvents, OperationBase.IsHistoryMerge, OperationBase.SkipClearTemporaryLinkContainer, OperationBase.PostExecuteClearTemporaryLinkContainer, OperationBase.SkipEndOperation, OperationBase.UseMacro, OperationBase.MarkStatus, OperationBase.UseThread, OperationBase.Name, OperationBase.ExecutableOnHold, OperationBase.Override, OperationBase.Parameter, OperationBase.View, OperationBase.Document, OperationBase.OnEndOperation, OperationBase.OnOperationStatusChanged

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Constructors

### <a id="VM_Managed_DAFUL_Linear_Operation_ExportDFG__ctor_VM_Managed_Document_"></a> ExportDFG(Document)

```csharp
public ExportDFG(Document doc)

```

#### Parameters

`doc` Document

### <a id="VM_Managed_DAFUL_Linear_Operation_ExportDFG__ctor_VM_Managed_Document_VM_Managed_ObjectBase_"></a> ExportDFG(Document, ObjectBase)

```csharp
public ExportDFG(Document doc, ObjectBase objSingle)

```

#### Parameters

`doc` Document

`objSingle` ObjectBase

### <a id="VM_Managed_DAFUL_Linear_Operation_ExportDFG__ctor_VM_Managed_Operation_JournalParameter_"></a> ExportDFG(JournalParameter)

```csharp
public ExportDFG(JournalParameter jp)

```

#### Parameters

`jp` JournalParameter

## Properties

### <a id="VM_Managed_DAFUL_Linear_Operation_ExportDFG_Name"></a> Name

Gets the operation name.

```csharp
public override string Name { get; }

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

## Methods

### <a id="VM_Managed_DAFUL_Linear_Operation_ExportDFG_Execute"></a> Execute()

Execute the operation.

```csharp
public override void Execute()

```

### <a id="VM_Managed_DAFUL_Linear_Operation_ExportDFG_SimulationRunImpl_System_Boolean_"></a> SimulationRunImpl(bool)

```csharp
protected override void SimulationRunImpl(bool bWriteDFG)

```

#### Parameters

`bWriteDFG` [bool](https://learn.microsoft.com/dotnet/api/system.boolean)