Table of Contents

Class CmdConfig

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll
public class CmdConfig : CmdCommand
Inheritance
CmdConfig
Inherited Members
Extension Methods

Constructors

CmdConfig(string)

Command to apply configuration to calculation from an existing cfg file

public CmdConfig(string filepath)

Parameters

filepath string

CmdConfig(string, params CONFIG[])

public CmdConfig(string filePath, params CONFIG[] configs)

Parameters

filePath string
configs CONFIG[]

CmdConfig(string, Config)

Command to apply configuration from a config object

public CmdConfig(string filePath, Config config)

Parameters

filePath string
config Config

CmdConfig(string, List<CONFIG>)

public CmdConfig(string filePath, List<CONFIG> configs)

Parameters

filePath string
configs List<CONFIG>

Fields

Command

public string Command

Field Value

string

Properties

FilePath

public string FilePath { get; set; }

Property Value

string

Methods

ToXElement()

public override XElement ToXElement()

Returns

XElement