OperationGetAttrIntList Method |
https://www.emgu.com/wiki/index.php/Emgu_TF
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: 2.6.0.1294
Syntaxpublic long[] GetAttrIntList(
string attrName,
Status status = null
)
Public Function GetAttrIntList (
attrName As String,
Optional status As Status = Nothing
) As Long()
public:
array<long long>^ GetAttrIntList(
String^ attrName,
Status^ status = nullptr
)
member GetAttrIntList :
attrName : string *
?status : Status
(* Defaults:
let _status = defaultArg status null
*)
-> int64[]
Parameters
- attrName
- Type: SystemString
The name of the attribute - status (Optional)
- Type: Emgu.TFStatus
The status
Return Value
Type:
Int64A list ofInt64
See Also