IUncBudgetTextUncBudget Method
Text Uncertainty Budget
Namespace: Metas.UncLib.LinProp.InterfaceAssembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9245.26157
string TextUncBudget(
bool showId = false,
bool showDetail = true,
bool showDof = false,
string numericFormat = "f6",
string sep = "",
UnknownIdDecoderDelegate decoder = null
)
Function TextUncBudget (
Optional showId As Boolean = false,
Optional showDetail As Boolean = true,
Optional showDof As Boolean = false,
Optional numericFormat As String = "f6",
Optional sep As String = "",
Optional decoder As UnknownIdDecoderDelegate = Nothing
) As String
String^ TextUncBudget(
bool showId = false,
bool showDetail = true,
bool showDof = false,
String^ numericFormat = L"f6",
String^ sep = L"",
UnknownIdDecoderDelegate^ decoder = nullptr
)
abstract TextUncBudget :
?showId : bool *
?showDetail : bool *
?showDof : bool *
?numericFormat : string *
?sep : string *
?decoder : UnknownIdDecoderDelegate
(* Defaults:
let _showId = defaultArg showId false
let _showDetail = defaultArg showDetail true
let _showDof = defaultArg showDof false
let _numericFormat = defaultArg numericFormat "f6"
let _sep = defaultArg sep ""
let _decoder = defaultArg decoder null
*)
-> string
- 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
String