Table of Contents

Class DocTable

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll

doctable

public class DocTable
Inheritance
DocTable
Inherited Members
Extension Methods

Fields

ColData

Number of Coldata should be equal to the number of columns in the output file

public List<Coldata> ColData

Field Value

List<Coldata>

Properties

AllCaseComb

public bool AllCaseComb { get; }

Property Value

bool

CaseIndex

public int? CaseIndex { get; set; }

Property Value

int?

FemDesignVersion

public string FemDesignVersion { get; set; }

Property Value

string

ListProc

public ListProc ListProc { get; set; }

Property Value

ListProc

Option

public Options Option { get; set; }

Property Value

Options

ResType

public int ResType { get; set; }

Property Value

int

Suffix

public string Suffix { get; set; }

Property Value

string

Units

public List<Units> Units { get; set; }

Property Value

List<Units>