OperationDescriptionSetAttr Method (String, Boolean) |
http://www.emgu.com
Set an array of boolean 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,
bool[] value
)
Public Sub SetAttr (
attrName As String,
value As Boolean()
)
public:
void SetAttr(
String^ attrName,
array<bool>^ value
)
member SetAttr :
attrName : string *
value : bool[] -> unit
Parameters
- attrName
- Type: SystemString
The attribute name - value
- Type: SystemBoolean
The value
See Also