GetCustomAttribute_int64

GetCustomAttribute_int64 1:

Syntax

Definition:

METHOD GetCustomAttribute_int64 : BOOL
VAR_INPUT
    sCustomAttributeName : T_MaxString;
    nDataOut             : Reference To LINT;
END_VAR

GetCustomAttribute_int64 2: Inputs

Name

Type

Description

sCustomAttributeName

T_MaxString

Name of the custom int64 attribute

nDataOut

Reference To LINT

Output value of the custom int64 attribute

GetCustomAttribute_int64 3: 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);