Click or drag to resize

OperationGetAttrIntList Method

http://www.emgu.com
Get the value of the attribute that is a list of Int64

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public long[] GetAttrIntList(
	string attrName,
	Status status = null
)

Parameters

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

Return Value

Type: Int64
A list ofInt64
See Also