OperationDescriptionSetAttr Method (String, DataType) |
https://www.emgu.com/wiki/index.php/Emgu_TF
Set a DataType value as an attribute
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic void SetAttr(
string attrName,
DataType type
)
Public Sub SetAttr (
attrName As String,
type As DataType
)
public:
void SetAttr(
String^ attrName,
DataType type
)
member SetAttr :
attrName : string *
type : DataType -> unit
Parameters
- attrName
- Type: SystemString
The attribute name - type
- Type: Emgu.TFDataType
The type
See Also