OperationGetAttrString Method |
http://www.emgu.com
Get the value of the attribute that is a String
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntaxpublic string GetAttrString(
string attrName,
Status status = null
)
Public Function GetAttrString (
attrName As String,
Optional status As Status = Nothing
) As String
public:
String^ GetAttrString(
String^ attrName,
Status^ status = nullptr
)
member GetAttrString :
attrName : string *
?status : Status
(* Defaults:
let _status = defaultArg status null
*)
-> string
Parameters
- attrName
- Type: SystemString
The name of the attribute - status (Optional)
- Type: Emgu.TFStatus
The status
Return Value
Type:
StringThe string value of the attribute
See Also