Click or drag to resize

OperationDescriptionSetAttr Method (String, Int64)

http://www.emgu.com
Set an array of long 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)
Syntax
public void SetAttr(
	string attrName,
	long[] value
)

Parameters

attrName
Type: SystemString
The attribute name
value
Type: SystemInt64
The value
See Also