Click or drag to resize

OperationGetAttrString Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Get the value of the attribute that is a String

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public string GetAttrString(
	string attrName,
	Status status = null
)

Parameters

attrName
Type: SystemString
The name of the attribute
status (Optional)
Type: Emgu.TFStatus
The status

Return Value

Type: String
The string value of the attribute
See Also