OperationGetAttrBool Method |
https://www.emgu.com/wiki/index.php/Emgu_TF
Get the bool value of the attribute
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic bool GetAttrBool(
string attrName,
Status status = null
)
Public Function GetAttrBool (
attrName As String,
Optional status As Status = Nothing
) As Boolean
public:
bool GetAttrBool(
String^ attrName,
Status^ status = nullptr
)
member GetAttrBool :
attrName : string *
?status : Status
(* Defaults:
let _status = defaultArg status null
*)
-> bool
Parameters
- attrName
- Type: SystemString
The name of the attribute - status (Optional)
- Type: Emgu.TFStatus
The status
Return Value
Type:
BooleanThe bool value of the attribute
See Also