Click or drag to resize

OperationGetAttrMetadata Method

http://www.emgu.com
Get the metadata of the attribute

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public AttrMetadata GetAttrMetadata(
	string attrName,
	Status status = null
)

Parameters

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

Return Value

Type: AttrMetadata
The attribute meta data
See Also