OperationGetAttrType Method |
http://www.emgu.com
Get the attribute type
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntaxpublic DataType GetAttrType(
string attrName,
Status status = null
)
Public Function GetAttrType (
attrName As String,
Optional status As Status = Nothing
) As DataType
public:
DataType GetAttrType(
String^ attrName,
Status^ status = nullptr
)
member GetAttrType :
attrName : string *
?status : Status
(* Defaults:
let _status = defaultArg status null
*)
-> DataType
Parameters
- attrName
- Type: SystemString
The name of the attribute - status (Optional)
- Type: Emgu.TFStatus
The status
Return Value
Type:
DataTypeThe type of the attribute
See Also