GetCustomAttribute_int64
Syntax
Definition:
METHOD GetCustomAttribute_int64 : BOOL
VAR_INPUT
sCustomAttributeName : T_MaxString;
nDataOut : Reference To LINT;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
sCustomAttributeName |
T_MaxString |
Name of the custom int64 attribute |
nDataOut |
Reference To LINT |
Output value of the custom int64 attribute |
Return value
BOOL
Methods reads a custom attribute specified by sCustomAttributeName
of type LINT.
sCustomKey : T_MaxString := XmlTreeItem/XmlAttribute';
iValue : LINT;
fbprediction.GetCustomAttribute_int64(sCustomKey, iValue);