OperationDescriptionSetAttr Method (String, Single) |
http://www.emgu.com
Set a floating point value as an attribute
Namespace:
Emgu.TF
Assembly:
Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntaxpublic void SetAttr(
string attrName,
float value
)
Public Sub SetAttr (
attrName As String,
value As Single
)
public:
void SetAttr(
String^ attrName,
float value
)
member SetAttr :
attrName : string *
value : float32 -> unit
Parameters
- attrName
- Type: SystemString
The attribute name - value
- Type: SystemSingle
The value
See Also