UncNumberTextUncBudget Method

Text Uncertainty Budget

Definition

Namespace: Metas.UncLib.LinProp
Assembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9245.26157
C#
public string TextUncBudget(
	bool showId = false,
	bool showDetail = true,
	bool showDof = false,
	string numericFormat = "f6",
	string sep = "",
	UnknownIdDecoderDelegate decoder = null
)

Parameters

showId  Boolean  (Optional)
Show Id Column
showDetail  Boolean  (Optional)
Show Detail Columns
showDof  Boolean  (Optional)
Show Dof Column
numericFormat  String  (Optional)
Numeric Format
sep  String  (Optional)
Column Separator
decoder  UnknownIdDecoderDelegate  (Optional)
Unknown Id Decoder

Return Value

String

Implements

IUncBudgetTextUncBudget(Boolean, Boolean, Boolean, String, String, UnknownIdDecoderDelegate)

See Also