Table of Contents

Class Coldata

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll
public class Coldata
Inheritance
Coldata
Inherited Members
Extension Methods

Constructors

Coldata(int, int)

public Coldata(int num, int flags)

Parameters

num int
flags int

Coldata(int, int, int, string)

public Coldata(int num, int flags, int width = 50, string format = "%s")

Parameters

num int
flags int
width int
format string

Properties

Flags

public int Flags { get; set; }

Property Value

int

Format

%s for string, %d for integer, %.3f for float with 3 digits

public string Format { get; set; }

Property Value

string

Num

Column number to set the properties of.

public int Num { get; set; }

Property Value

int

Width

Width of column

public int Width { get; set; }

Property Value

int

Methods

Default()

public static List<Coldata> Default()

Returns

List<Coldata>