IUncBudgetTextUncBudget Method

Text Uncertainty Budget

Definition

Namespace: Metas.UncLib.LinProp.Interface
Assembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9245.26157
C#
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

See Also