syscvariableaddintegerattributef Interface Reference
Last update: 17.07.2025Provide an interface to add integer attribute to a variable. More...
Public Member Functions | |
| type(syscerrorf) function | syscvariableaddintegerattributef (variable, attribute) |
Detailed Description
Provide an interface to add integer attribute to a variable.
Definition at line 268 of file syscVariableF.fi.
Constructor & Destructor Documentation
◆ syscvariableaddintegerattributef()
| type(syscerrorf) function syscvariableaddintegerattributef | ( | type(syscvariablef) | variable, |
| type(syscintegerattributef) | attribute | ||
| ) |
Definition at line 270 of file syscVariableF.fi.
272!
273import :: syscvariablef, syscintegerattributef, syscerrorf
274type(SyscVariableF) :: variable
275type(SyscIntegerAttributeF) :: attribute
276type(SyscErrorF) :: ret
277!
278!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
279!DIR$ ATTRIBUTES DLLIMPORT :: syscVariableAddIntegerAttributeF
280!DIR$ ENDIF
281!